Hex Color #CEBA4B - Custom Color

Color Codes

HEX
#CEBA4B
RGB
rgb(206, 186, 75)
HSL
hsl(51, 57%, 55%)
CMYK
cmyk(0%, 10%, 64%, 19%)
HSV
hsv(51, 64%, 81%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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