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