#A0D3CC
A light, moderate cyan closely aligning with Powderblue.
About #A0D3CC
Visually, #A0D3CC is defined as a moderate cyan. If you're using CSS, you might find it aligns closely with Powderblue. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 211, and 204.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 24% C, 0% M, 3% Y, and 17% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A0D3CC
RGB160, 211, 204
HSL171.8°, 36.7%, 72.7%
CMYK24%, 0%, 3%, 17%
HSV171.8°, 24.2%, 82.7%
LAB81.0, -17.9, -1.9
XYZ48.7, 58.4, 65.8
Decimal10539980
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.66:1
Text on #FFFFFF
FAIL
12.68:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.78:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0D3CC;
}
.text-color {
color: #A0D3CC;
}
.border-color {
border: 2px solid #A0D3CC;
}