Hex Color #BEBFD0 - Custom Color
Color Codes
HEX
#BEBFD0
RGB
rgb(190, 191, 208)
HSL
hsl(237, 16%, 78%)
CMYK
cmyk(9%, 8%, 0%, 18%)
HSV
hsv(237, 9%, 82%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.82:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 11.55:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Recommended Text Color
For best readability on this background color, use black text.
Similar Colors
Color in Use
Card with colored border
Background with 20% opacity
CSS Code
.element {
background-color: #BEBFD0;
color: #BEBFD0;
border-color: #BEBFD0;
}
Tailwind CSS (with arbitrary values)
bg-[#BEBFD0]
text-[#BEBFD0]
border-[#BEBFD0]
// Example usage:
<div className="bg-[#BEBFD0]">