Hex Color #BCB39A - Custom Color
Color Codes
HEX
#BCB39A
RGB
rgb(188, 179, 154)
HSL
hsl(44, 20%, 67%)
CMYK
cmyk(0%, 5%, 18%, 26%)
HSV
hsv(44, 18%, 74%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.09:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 10.05: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: #BCB39A;
color: #BCB39A;
border-color: #BCB39A;
}
Tailwind CSS (with arbitrary values)
bg-[#BCB39A]
text-[#BCB39A]
border-[#BCB39A]
// Example usage:
<div className="bg-[#BCB39A]">