Hex Color #BE9582 - Custom Color
Color Codes
HEX
#BE9582
RGB
rgb(190, 149, 130)
HSL
hsl(19, 32%, 63%)
CMYK
cmyk(0%, 22%, 32%, 25%)
HSV
hsv(19, 32%, 75%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.69:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 7.81: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: #BE9582;
color: #BE9582;
border-color: #BE9582;
}
Tailwind CSS (with arbitrary values)
bg-[#BE9582]
text-[#BE9582]
border-[#BE9582]
// Example usage:
<div className="bg-[#BE9582]">