Hex Color #BAB38C - Custom Color
Color Codes
HEX
#BAB38C
RGB
rgb(186, 179, 140)
HSL
hsl(51, 25%, 64%)
CMYK
cmyk(0%, 4%, 25%, 27%)
HSV
hsv(51, 25%, 73%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.12:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 9.91: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: #BAB38C;
color: #BAB38C;
border-color: #BAB38C;
}
Tailwind CSS (with arbitrary values)
bg-[#BAB38C]
text-[#BAB38C]
border-[#BAB38C]
// Example usage:
<div className="bg-[#BAB38C]">