#8ACCF8
A light, vivid blue closely aligning with Lightskyblue.
About #8ACCF8
Visually, #8ACCF8 is defined as a vivid blue. It is closely associated with the named CSS color Lightskyblue. This translates to an RGB value of rgb(138, 204, 248).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 44% cyan, 18% magenta, 0% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8ACCF8
RGB138, 204, 248
HSL204.0°, 88.7%, 75.7%
CMYK44%, 18%, 0%, 3%
HSV204.0°, 44.4%, 97.3%
LAB79.3, -9.6, -28.2
XYZ49.0, 55.4, 96.9
Decimal9096440
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.74:1
Text on #FFFFFF
FAIL
12.07:1
Text on #000000
AAA
1.66:1
Text on #F8FAFC
FAIL
10.26:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8ACCF8;
}
.text-color {
color: #8ACCF8;
}
.border-color {
border: 2px solid #8ACCF8;
}