#A0CCF8
A very light, vivid blue closely aligning with Lightskyblue.
About #A0CCF8
The hex code #A0CCF8 represents a beautifully specific shade of blue. Its closest recognized web color is Lightskyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 204, and 248.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 35% C, 18% M, 0% Y, and 3% K. The HSL representation is 210.0° hue, 86.3% saturation, and 80.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A0CCF8
RGB160, 204, 248
HSL210.0°, 86.3%, 80.0%
CMYK35%, 18%, 0%, 3%
HSV210.0°, 35.5%, 97.3%
LAB80.4, -4.0, -26.3
XYZ53.0, 57.4, 97.1
Decimal10538232
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.68:1
Text on #FFFFFF
FAIL
12.49:1
Text on #000000
AAA
1.61:1
Text on #F8FAFC
FAIL
10.62:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0CCF8;
}
.text-color {
color: #A0CCF8;
}
.border-color {
border: 2px solid #A0CCF8;
}