#8ADBF8
A light, vivid blue closely aligning with Skyblue.
About #8ADBF8
At its core, #8ADBF8 is a light and vivid hue. Its closest recognized web color is Skyblue. Its digital footprint relies on 138 parts red, 219 parts green, and 248 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 44% cyan and 12% magenta inks. With a hue angle of 195.8 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#8ADBF8
RGB138, 219, 248
HSL195.8°, 88.7%, 75.7%
CMYK44%, 12%, 0%, 3%
HSV195.8°, 44.4%, 97.3%
LAB83.4, -17.4, -21.9
XYZ52.8, 62.8, 98.2
Decimal9100280
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.57:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.54:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8ADBF8;
}
.text-color {
color: #8ADBF8;
}
.border-color {
border: 2px solid #8ADBF8;
}