Hex Color #CEEBD2 - Custom Color
Color Codes
HEX
#CEEBD2
RGB
rgb(206, 235, 210)
HSL
hsl(128, 42%, 86%)
CMYK
cmyk(12%, 0%, 11%, 8%)
HSV
hsv(128, 12%, 92%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.28:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 16.44: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: #CEEBD2;
color: #CEEBD2;
border-color: #CEEBD2;
}
Tailwind CSS (with arbitrary values)
bg-[#CEEBD2]
text-[#CEEBD2]
border-[#CEEBD2]
// Example usage:
<div className="bg-[#CEEBD2]">