#8AD3E2
A light, moderate cyan closely aligning with Skyblue.
About #8AD3E2
Visually, #8AD3E2 is defined as a moderate cyan. If you're using CSS, you might find it aligns closely with Skyblue. This translates to an RGB value of rgb(138, 211, 226).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 39% cyan, 7% magenta, 0% yellow, and 11% black. With a hue angle of 190.2 degrees, it sits comfortably in the cyan spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#8AD3E2
RGB138, 211, 226
HSL190.2°, 60.3%, 71.4%
CMYK39%, 7%, 0%, 11%
HSV190.2°, 38.9%, 88.6%
LAB80.5, -18.9, -14.6
XYZ47.5, 57.5, 80.5
Decimal9098210
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.68:1
Text on #FFFFFF
FAIL
12.50:1
Text on #000000
AAA
1.61:1
Text on #F8FAFC
FAIL
10.62:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AD3E2;
}
.text-color {
color: #8AD3E2;
}
.border-color {
border: 2px solid #8AD3E2;
}