#9afecc
a light, electric green · cool · closest name: aquamarine
RGB
154, 254, 204
HSL
150°, 98%, 80%
CMYK
39, 0, 20, 0
Luminance
0.8211
Every format
| HEX | #9afecc |
| RGB | rgb(154, 254, 204) |
| HSL | hsl(150, 98%, 80%) |
| CMYK | cmyk(39%, 0%, 20%, 0%) |
| LAB | lab(92.6 -40.1 14.8) |
| LCH | lch(92.6 42.7 159.7) |
| OKLCH | oklch(0.922 0.118 161.1) |
Copy-ready code
/* CSS */
color: #9afecc;
background-color: #9afecc;
/* Tailwind (arbitrary) */
class="text-[#9afecc] bg-[#9afecc]"
/* SCSS */
$brand: #9afecc;
/* SwiftUI */
Color(red: 0.604, green: 0.996, blue: 0.800)
/* Android */
Color.parseColor("#9afecc")Accessibility — WCAG contrast
Aa
#9afecc on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9afecc on black: 17.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green99.6%
Blue80.0%
CMYK percentages
Cyan39.4%
Magenta0.0%
Yellow19.7%
Key (black)0.4%
Color previews
#9afecc text on a black background
contrast 17.42:1
Card sample
#9afecc text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9afecc;
Background color
Panel with #9afecc background
background-color: #9afecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9afecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 254, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 254, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9afecc; background: linear-gradient(135deg, #9afecc, #9AEDFE);