Hex Color #CBAEC2 - Custom Color
Color Codes
HEX
#CBAEC2
RGB
rgb(203, 174, 194)
HSL
hsl(319, 22%, 74%)
CMYK
cmyk(0%, 14%, 4%, 20%)
HSV
hsv(319, 14%, 80%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.02:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 10.37: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: #CBAEC2;
color: #CBAEC2;
border-color: #CBAEC2;
}
Tailwind CSS (with arbitrary values)
bg-[#CBAEC2]
text-[#CBAEC2]
border-[#CBAEC2]
// Example usage:
<div className="bg-[#CBAEC2]">