Hex Color #DBCEF8 - Custom Color

Color Codes

HEX
#DBCEF8
RGB
rgb(219, 206, 248)
HSL
hsl(259, 75%, 89%)
CMYK
cmyk(12%, 17%, 0%, 3%)
HSV
hsv(259, 17%, 97%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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