Hex Color #DCE4FC - Custom Color

Color Codes

HEX
#DCE4FC
RGB
rgb(220, 228, 252)
HSL
hsl(225, 84%, 93%)
CMYK
cmyk(13%, 10%, 0%, 1%)
HSV
hsv(225, 13%, 99%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 1.27:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 16.55: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: #DCE4FC;
color: #DCE4FC;
border-color: #DCE4FC;
}

Tailwind CSS (with arbitrary values)

bg-[#DCE4FC]
text-[#DCE4FC]
border-[#DCE4FC]
// Example usage:
<div className="bg-[#DCE4FC]">