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