Hex Color #DC5908 - Custom Color

Color Codes

HEX
#DC5908
RGB
rgb(220, 89, 8)
HSL
hsl(23, 93%, 45%)
CMYK
cmyk(0%, 60%, 96%, 14%)
HSV
hsv(23, 96%, 86%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 5.48:1
Pass - WCAG AA (Normal Text)
Fail - 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: #DC5908;
color: #DC5908;
border-color: #DC5908;
}

Tailwind CSS (with arbitrary values)

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