Hex Color #D7DBE2 - Custom Color

Color Codes

HEX
#D7DBE2
RGB
rgb(215, 219, 226)
HSL
hsl(218, 16%, 86%)
CMYK
cmyk(5%, 3%, 0%, 11%)
HSV
hsv(218, 5%, 89%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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