#8AF0DB
A light, vivid cyan closely aligning with Turquoise.
About #8AF0DB
The hex code #8AF0DB represents a beautifully specific shade of cyan. Designers often compare it to the standard color Turquoise. In the RGB color space, it consists of 138 red, 240 green, and 219 blue.
If you are designing for print, the four-color process is what matters most. The color uses 43% Cyan, 0% Magenta, 9% Yellow, and 6% Black. With a hue angle of 167.6 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#8AF0DB
RGB138, 240, 219
HSL167.6°, 77.3%, 74.1%
CMYK43%, 0%, 9%, 6%
HSV167.6°, 42.5%, 94.1%
LAB88.4, -34.7, 0.8
XYZ54.4, 72.8, 78.2
Decimal9105627
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.57:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.23:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #8AF0DB;
}
.text-color {
color: #8AF0DB;
}
.border-color {
border: 2px solid #8AF0DB;
}