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