Hex Color #CDBA3A - Custom Color

Color Codes

HEX
#CDBA3A
RGB
rgb(205, 186, 58)
HSL
hsl(52, 60%, 52%)
CMYK
cmyk(0%, 9%, 72%, 20%)
HSV
hsv(52, 72%, 80%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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