Hex Color #C85220 - Custom Color

Color Codes

HEX
#C85220
RGB
rgb(200, 82, 32)
HSL
hsl(18, 72%, 45%)
CMYK
cmyk(0%, 59%, 84%, 22%)
HSV
hsv(18, 84%, 78%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 4.68: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: #C85220;
color: #C85220;
border-color: #C85220;
}

Tailwind CSS (with arbitrary values)

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