Hex Color #CAD9DE - Custom Color

Color Codes

HEX
#CAD9DE
RGB
rgb(202, 217, 222)
HSL
hsl(195, 23%, 83%)
CMYK
cmyk(9%, 2%, 0%, 13%)
HSV
hsv(195, 9%, 87%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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