#A8D3FF
A very light, vivid blue closely aligning with Lightskyblue.
About #A8D3FF
The precise color #A8D3FF is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Lightskyblue. In the RGB color space, it consists of 168 red, 211 green, and 255 blue.
If you are designing for print, the four-color process is what matters most. The color uses 34% Cyan, 17% Magenta, 0% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#A8D3FF
RGB168, 211, 255
HSL210.3°, 100.0%, 82.9%
CMYK34%, 17%, 0%, 0%
HSV210.3°, 34.1%, 100.0%
LAB83.0, -3.8, -26.0
XYZ57.5, 62.1, 103.6
Decimal11064319
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.56:1
Text on #FFFFFF
FAIL
13.43:1
Text on #000000
AAA
1.49:1
Text on #F8FAFC
FAIL
11.41:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8D3FF;
}
.text-color {
color: #A8D3FF;
}
.border-color {
border: 2px solid #A8D3FF;
}