Hex Color #AAD5B2 - Custom Color

Color Codes

HEX
#AAD5B2
RGB
rgb(170, 213, 178)
HSL
hsl(131, 34%, 75%)
CMYK
cmyk(20%, 0%, 16%, 16%)
HSV
hsv(131, 20%, 84%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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