Hex Color #9DAABD - Custom Color

Color Codes

HEX
#9DAABD
RGB
rgb(157, 170, 189)
HSL
hsl(216, 20%, 68%)
CMYK
cmyk(17%, 10%, 0%, 26%)
HSV
hsv(216, 17%, 74%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 8.92:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)

Recommended Text Color

For best readability on this background color, use white text.

Similar Colors

Color in Use

Card with colored border

Background with 20% opacity

CSS Code

.element {
background-color: #9DAABD;
color: #9DAABD;
border-color: #9DAABD;
}

Tailwind CSS (with arbitrary values)

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