Hex Color #BEB9B1 - Custom Color
Color Codes
HEX
#BEB9B1
RGB
rgb(190, 185, 177)
HSL
hsl(37, 9%, 72%)
CMYK
cmyk(0%, 3%, 7%, 25%)
HSV
hsv(37, 7%, 75%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.95:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 10.76: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: #BEB9B1;
color: #BEB9B1;
border-color: #BEB9B1;
}
Tailwind CSS (with arbitrary values)
bg-[#BEB9B1]
text-[#BEB9B1]
border-[#BEB9B1]
// Example usage:
<div className="bg-[#BEB9B1]">