Hex Color #ABDED5 - Custom Color
Color Codes
HEX
#ABDED5
RGB
rgb(171, 222, 213)
HSL
hsl(169, 44%, 77%)
CMYK
cmyk(23%, 0%, 4%, 13%)
HSV
hsv(169, 23%, 87%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.49:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 14.14: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: #ABDED5;
color: #ABDED5;
border-color: #ABDED5;
}
Tailwind CSS (with arbitrary values)
bg-[#ABDED5]
text-[#ABDED5]
border-[#ABDED5]
// Example usage:
<div className="bg-[#ABDED5]">