Hex Color #BCBB7D - Custom Color

Color Codes

HEX
#BCBB7D
RGB
rgb(188, 187, 125)
HSL
hsl(59, 32%, 61%)
CMYK
cmyk(0%, 1%, 34%, 26%)
HSV
hsv(59, 34%, 74%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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