Hex Color #BCBB6D - Custom Color
Color Codes
HEX
#BCBB6D
RGB
rgb(188, 187, 109)
HSL
hsl(59, 37%, 58%)
CMYK
cmyk(0%, 1%, 42%, 26%)
HSV
hsv(59, 42%, 74%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.01:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 10.47: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: #BCBB6D;
color: #BCBB6D;
border-color: #BCBB6D;
}
Tailwind CSS (with arbitrary values)
bg-[#BCBB6D]
text-[#BCBB6D]
border-[#BCBB6D]
// Example usage:
<div className="bg-[#BCBB6D]">