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