#8AE9E2
A light, moderate cyan closely aligning with Paleturquoise.
About #8AE9E2
At its core, #8AE9E2 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Paleturquoise. This translates to an RGB value of rgb(138, 233, 226).
If you are designing for print, the four-color process is what matters most. The color uses 41% Cyan, 0% Magenta, 3% Yellow, and 9% Black. With a hue angle of 175.6 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8AE9E2
RGB138, 233, 226
HSL175.6°, 68.3%, 72.7%
CMYK41%, 0%, 3%, 9%
HSV175.6°, 40.8%, 91.4%
LAB86.6, -29.8, -5.4
XYZ53.3, 69.2, 82.5
Decimal9103842
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.42:1
Text on #FFFFFF
FAIL
14.83:1
Text on #000000
AAA
1.35:1
Text on #F8FAFC
FAIL
12.61:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AE9E2;
}
.text-color {
color: #8AE9E2;
}
.border-color {
border: 2px solid #8AE9E2;
}