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