Hex Color #B4927E - Custom Color
Color Codes
HEX
#B4927E
RGB
rgb(180, 146, 126)
HSL
hsl(22, 26%, 60%)
CMYK
cmyk(0%, 19%, 30%, 29%)
HSV
hsv(22, 30%, 71%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.86:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 7.35: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: #B4927E;
color: #B4927E;
border-color: #B4927E;
}
Tailwind CSS (with arbitrary values)
bg-[#B4927E]
text-[#B4927E]
border-[#B4927E]
// Example usage:
<div className="bg-[#B4927E]">