#8aefd8
a light, electric cyan · cool · closest name: turquoise
RGB
138, 239, 216
HSL
166°, 76%, 74%
CMYK
42, 0, 10, 6
Luminance
0.7209
Every format
| HEX | #8aefd8 |
| RGB | rgb(138, 239, 216) |
| HSL | hsl(166, 76%, 74%) |
| CMYK | cmyk(42%, 0%, 10%, 6%) |
| LAB | lab(88.0 -34.9 1.9) |
| LCH | lch(88.0 34.9 176.9) |
| OKLCH | oklch(0.884 0.101 177.5) |
Copy-ready code
/* CSS */
color: #8aefd8;
background-color: #8aefd8;
/* Tailwind (arbitrary) */
class="text-[#8aefd8] bg-[#8aefd8]"
/* SCSS */
$brand: #8aefd8;
/* SwiftUI */
Color(red: 0.541, green: 0.937, blue: 0.847)
/* Android */
Color.parseColor("#8aefd8")Accessibility — WCAG contrast
Aa
#8aefd8 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8aefd8 on black: 15.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green93.7%
Blue84.7%
CMYK percentages
Cyan42.3%
Magenta0.0%
Yellow9.6%
Key (black)6.3%
Color previews
#8aefd8 text on a black background
contrast 15.42:1
Card sample
#8aefd8 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8aefd8;
Background color
Panel with #8aefd8 background
background-color: #8aefd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8aefd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 239, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 239, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8aefd8; background: linear-gradient(135deg, #8aefd8, #8AC3EF);