#A8DBFF
A very light, vivid blue closely aligning with Lightskyblue.
About #A8DBFF
At its core, #A8DBFF is a very light and vivid hue. Its closest recognized web color is Lightskyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 168, 219, and 255.
For print applications, it's crucial to understand its CMYK makeup. The color uses 34% Cyan, 14% 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#A8DBFF
RGB168, 219, 255
HSL204.8°, 100.0%, 82.9%
CMYK34%, 14%, 0%, 0%
HSV204.8°, 34.1%, 100.0%
LAB85.1, -8.0, -22.8
XYZ59.5, 66.2, 104.2
Decimal11066367
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.47:1
Text on #FFFFFF
FAIL
14.24:1
Text on #000000
AAA
1.41:1
Text on #F8FAFC
FAIL
12.11:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A8DBFF;
}
.text-color {
color: #A8DBFF;
}
.border-color {
border: 2px solid #A8DBFF;
}