Hex Color #DC9118 - Custom Color

Color Codes

HEX
#DC9118
RGB
rgb(220, 145, 24)
HSL
hsl(37, 80%, 48%)
CMYK
cmyk(0%, 34%, 89%, 14%)
HSV
hsv(37, 89%, 86%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 2.59:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 8.11:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)

Recommended Text Color

For best readability on this background color, use white text.

Similar Colors

Color in Use

Card with colored border

Background with 20% opacity

CSS Code

.element {
background-color: #DC9118;
color: #DC9118;
border-color: #DC9118;
}

Tailwind CSS (with arbitrary values)

bg-[#DC9118]
text-[#DC9118]
border-[#DC9118]
// Example usage:
<div className="bg-[#DC9118]">