Hex Color #B38B84 - Custom Color
Color Codes
HEX
#B38B84
RGB
rgb(179, 139, 132)
HSL
hsl(9, 24%, 61%)
CMYK
cmyk(0%, 22%, 26%, 30%)
HSV
hsv(9, 26%, 70%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.02:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.94:1
Pass - WCAG AA (Normal Text)
Fail - 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: #B38B84;
color: #B38B84;
border-color: #B38B84;
}
Tailwind CSS (with arbitrary values)
bg-[#B38B84]
text-[#B38B84]
border-[#B38B84]
// Example usage:
<div className="bg-[#B38B84]">