#8AE9F8
A light, vivid cyan closely aligning with Paleturquoise.
About #8AE9F8
When working with digital screens, the color #8AE9F8 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Paleturquoise. This translates to an RGB value of rgb(138, 233, 248).
If you are designing for print, the four-color process is what matters most. The color uses 44% Cyan, 6% Magenta, 0% Yellow, and 3% Black. With a hue angle of 188.2 degrees, it sits comfortably in the cyan spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#8AE9F8
RGB138, 233, 248
HSL188.2°, 88.7%, 75.7%
CMYK44%, 6%, 0%, 3%
HSV188.2°, 44.4%, 97.3%
LAB87.2, -24.4, -16.1
XYZ56.6, 70.5, 99.4
Decimal9103864
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.39:1
Text on #FFFFFF
FAIL
15.09:1
Text on #000000
AAA
1.33:1
Text on #F8FAFC
FAIL
12.83:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AE9F8;
}
.text-color {
color: #8AE9F8;
}
.border-color {
border: 2px solid #8AE9F8;
}