#9af99d
a light, electric green · cool · closest name: aquamarine
RGB
154, 249, 157
HSL
122°, 89%, 79%
CMYK
38, 0, 37, 2
Luminance
0.7706
Every format
| HEX | #9af99d |
| RGB | rgb(154, 249, 157) |
| HSL | hsl(122, 89%, 79%) |
| CMYK | cmyk(38%, 0%, 37%, 2%) |
| LAB | lab(90.3 -46.1 35.5) |
| LCH | lch(90.3 58.2 142.4) |
| OKLCH | oklch(0.901 0.154 144.9) |
Copy-ready code
/* CSS */
color: #9af99d;
background-color: #9af99d;
/* Tailwind (arbitrary) */
class="text-[#9af99d] bg-[#9af99d]"
/* SCSS */
$brand: #9af99d;
/* SwiftUI */
Color(red: 0.604, green: 0.976, blue: 0.616)
/* Android */
Color.parseColor("#9af99d")Accessibility — WCAG contrast
Aa
#9af99d on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9af99d on black: 16.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green97.6%
Blue61.6%
CMYK percentages
Cyan38.2%
Magenta0.0%
Yellow36.9%
Key (black)2.4%
Color previews
#9af99d text on a black background
contrast 16.41:1
Card sample
#9af99d text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9af99d;
Background color
Panel with #9af99d background
background-color: #9af99d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9af99d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 249, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 249, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9af99d; background: linear-gradient(135deg, #9af99d, #9AF9DC);