Hex Color #C8DFDB - Custom Color
Color Codes
HEX
#C8DFDB
RGB
rgb(200, 223, 219)
HSL
hsl(170, 26%, 83%)
CMYK
cmyk(10%, 0%, 2%, 13%)
HSV
hsv(170, 10%, 87%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.40:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 15.03: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: #C8DFDB;
color: #C8DFDB;
border-color: #C8DFDB;
}
Tailwind CSS (with arbitrary values)
bg-[#C8DFDB]
text-[#C8DFDB]
border-[#C8DFDB]
// Example usage:
<div className="bg-[#C8DFDB]">