#9afbc9
a light, electric green · cool · closest name: aquamarine
RGB
154, 251, 201
HSL
149°, 92%, 79%
CMYK
39, 0, 20, 2
Luminance
0.8008
Every format
| HEX | #9afbc9 |
| RGB | rgb(154, 251, 201) |
| HSL | hsl(149, 92%, 79%) |
| CMYK | cmyk(39%, 0%, 20%, 2%) |
| LAB | lab(91.7 -39.3 15.1) |
| LCH | lch(91.7 42.1 159.0) |
| OKLCH | oklch(0.915 0.116 160.5) |
Copy-ready code
/* CSS */
color: #9afbc9;
background-color: #9afbc9;
/* Tailwind (arbitrary) */
class="text-[#9afbc9] bg-[#9afbc9]"
/* SCSS */
$brand: #9afbc9;
/* SwiftUI */
Color(red: 0.604, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#9afbc9")Accessibility — WCAG contrast
Aa
#9afbc9 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9afbc9 on black: 17.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green98.4%
Blue78.8%
CMYK percentages
Cyan38.6%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#9afbc9 text on a black background
contrast 17.02:1
Card sample
#9afbc9 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9afbc9;
Background color
Panel with #9afbc9 background
background-color: #9afbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9afbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9afbc9; background: linear-gradient(135deg, #9afbc9, #9AECFB);