Hex Color #CBADC2 - Custom Color
Color Codes
HEX
#CBADC2
RGB
rgb(203, 173, 194)
HSL
hsl(318, 22%, 74%)
CMYK
cmyk(0%, 15%, 4%, 20%)
HSV
hsv(318, 15%, 80%)
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.30: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: #CBADC2;
color: #CBADC2;
border-color: #CBADC2;
}
Tailwind CSS (with arbitrary values)
bg-[#CBADC2]
text-[#CBADC2]
border-[#CBADC2]
// Example usage:
<div className="bg-[#CBADC2]">