Hex Color #DCE0FE - Custom Color
Color Codes
HEX
#DCE0FE
RGB
rgb(220, 224, 254)
HSL
hsl(233, 94%, 93%)
CMYK
cmyk(13%, 12%, 0%, 0%)
HSV
hsv(233, 13%, 100%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.30:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 16.14: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: #DCE0FE;
color: #DCE0FE;
border-color: #DCE0FE;
}
Tailwind CSS (with arbitrary values)
bg-[#DCE0FE]
text-[#DCE0FE]
border-[#DCE0FE]
// Example usage:
<div className="bg-[#DCE0FE]">