Hex Color #A0DFDC - Custom Color
Color Codes
HEX
#A0DFDC
RGB
rgb(160, 223, 220)
HSL
hsl(177, 50%, 75%)
CMYK
cmyk(28%, 0%, 1%, 13%)
HSV
hsv(177, 28%, 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.08: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: #A0DFDC;
color: #A0DFDC;
border-color: #A0DFDC;
}
Tailwind CSS (with arbitrary values)
bg-[#A0DFDC]
text-[#A0DFDC]
border-[#A0DFDC]
// Example usage:
<div className="bg-[#A0DFDC]">