#8ABDF8
A light, vivid blue closely aligning with Lightskyblue.
About #8ABDF8
When working with digital screens, the color #8ABDF8 is rendered by mixing light. Its closest recognized web color is Lightskyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 138, 189, and 248.
Translating this color to physical media requires the CMYK color model. The color uses 44% Cyan, 24% Magenta, 0% Yellow, and 3% Black. With a hue angle of 212.2 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8ABDF8
RGB138, 189, 248
HSL212.2°, 88.7%, 75.7%
CMYK44%, 24%, 0%, 3%
HSV212.2°, 44.4%, 97.3%
LAB75.2, -1.6, -34.4
XYZ45.6, 48.6, 95.8
Decimal9092600
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.96:1
Text on #FFFFFF
FAIL
10.72:1
Text on #000000
AAA
1.87:1
Text on #F8FAFC
FAIL
9.11:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8ABDF8;
}
.text-color {
color: #8ABDF8;
}
.border-color {
border: 2px solid #8ABDF8;
}