Hex Color #90AACE - Custom Color

Color Codes

HEX
#90AACE
RGB
rgb(144, 170, 206)
HSL
hsl(215, 39%, 69%)
CMYK
cmyk(30%, 17%, 0%, 19%)
HSV
hsv(215, 30%, 81%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 8.83: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: #90AACE;
color: #90AACE;
border-color: #90AACE;
}

Tailwind CSS (with arbitrary values)

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