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