Hex Color #BDAEE2 - Custom Color
Color Codes
HEX
#BDAEE2
RGB
rgb(189, 174, 226)
HSL
hsl(257, 47%, 78%)
CMYK
cmyk(16%, 23%, 0%, 11%)
HSV
hsv(257, 23%, 89%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.04:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 10.32: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: #BDAEE2;
color: #BDAEE2;
border-color: #BDAEE2;
}
Tailwind CSS (with arbitrary values)
bg-[#BDAEE2]
text-[#BDAEE2]
border-[#BDAEE2]
// Example usage:
<div className="bg-[#BDAEE2]">