Hex Color #CB8625 - Custom Color

Color Codes

HEX
#CB8625
RGB
rgb(203, 134, 37)
HSL
hsl(35, 69%, 47%)
CMYK
cmyk(0%, 34%, 82%, 20%)
HSV
hsv(35, 82%, 80%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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