#A8CCF0
A very light, vivid blue closely aligning with Lightsteelblue.
About #A8CCF0
At its core, #A8CCF0 is a very light and vivid hue. Its closest recognized web color is Lightsteelblue. To achieve this exact tint on a monitor, you would use an RGB mix of 168, 204, and 240.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 30% cyan and 15% magenta inks. With a hue angle of 210.0 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a very light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#A8CCF0
RGB168, 204, 240
HSL210.0°, 70.6%, 80.0%
CMYK30%, 15%, 0%, 6%
HSV210.0°, 30.0%, 94.1%
LAB80.6, -3.7, -21.6
XYZ53.5, 57.8, 90.8
Decimal11062512
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.67:1
Text on #FFFFFF
FAIL
12.56:1
Text on #000000
AAA
1.60:1
Text on #F8FAFC
FAIL
10.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8CCF0;
}
.text-color {
color: #A8CCF0;
}
.border-color {
border: 2px solid #A8CCF0;
}