#9aefd8
a light, vivid cyan · cool · closest name: aquamarine
RGB
154, 239, 216
HSL
164°, 73%, 77%
CMYK
36, 0, 10, 6
Luminance
0.7356
Every format
| HEX | #9aefd8 |
| RGB | rgb(154, 239, 216) |
| HSL | hsl(164, 73%, 77%) |
| CMYK | cmyk(36%, 0%, 10%, 6%) |
| LAB | lab(88.7 -30.7 3.0) |
| LCH | lch(88.7 30.9 174.4) |
| OKLCH | oklch(0.891 0.089 175.2) |
Copy-ready code
/* CSS */
color: #9aefd8;
background-color: #9aefd8;
/* Tailwind (arbitrary) */
class="text-[#9aefd8] bg-[#9aefd8]"
/* SCSS */
$brand: #9aefd8;
/* SwiftUI */
Color(red: 0.604, green: 0.937, blue: 0.847)
/* Android */
Color.parseColor("#9aefd8")Accessibility — WCAG contrast
Aa
#9aefd8 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9aefd8 on black: 15.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green93.7%
Blue84.7%
CMYK percentages
Cyan35.6%
Magenta0.0%
Yellow9.6%
Key (black)6.3%
Color previews
#9aefd8 text on a black background
contrast 15.71:1
Card sample
#9aefd8 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9aefd8;
Background color
Panel with #9aefd8 background
background-color: #9aefd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9aefd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 239, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 239, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9aefd8; background: linear-gradient(135deg, #9aefd8, #9ACDEF);