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