#A8CCFF
A very light, vivid blue closely aligning with Lightskyblue.
About #A8CCFF
The hex code #A8CCFF 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 168, 204, and 255.
If you are designing for print, the four-color process is what matters most. The color uses 34% Cyan, 20% Magenta, 0% Yellow, and 0% Black. The HSL representation is 215.2° hue, 100.0% saturation, and 82.9% 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#A8CCFF
RGB168, 204, 255
HSL215.2°, 100.0%, 82.9%
CMYK34%, 20%, 0%, 0%
HSV215.2°, 34.1%, 100.0%
LAB81.1, -0.1, -28.8
XYZ55.8, 58.7, 103.0
Decimal11062527
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.75:1
Text on #000000
AAA
1.57:1
Text on #F8FAFC
FAIL
10.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8CCFF;
}
.text-color {
color: #A8CCFF;
}
.border-color {
border: 2px solid #A8CCFF;
}