Hex Color #D8DEE5 - Custom Color
Color Codes
HEX
#D8DEE5
RGB
rgb(216, 222, 229)
HSL
hsl(212, 20%, 87%)
CMYK
cmyk(6%, 3%, 0%, 10%)
HSV
hsv(212, 6%, 90%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.35:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 15.50: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: #D8DEE5;
color: #D8DEE5;
border-color: #D8DEE5;
}
Tailwind CSS (with arbitrary values)
bg-[#D8DEE5]
text-[#D8DEE5]
border-[#D8DEE5]
// Example usage:
<div className="bg-[#D8DEE5]">