#9afd52
a light, electric green · cool · closest name: lime
RGB
154, 253, 82
HSL
95°, 98%, 66%
CMYK
39, 0, 68, 1
Luminance
0.7773
Every format
| HEX | #9afd52 |
| RGB | rgb(154, 253, 82) |
| HSL | hsl(95, 98%, 66%) |
| CMYK | cmyk(39%, 0%, 68%, 1%) |
| LAB | lab(90.7 -56.2 69.5) |
| LCH | lch(90.7 89.4 128.9) |
| OKLCH | oklch(0.901 0.223 134.7) |
Copy-ready code
/* CSS */
color: #9afd52;
background-color: #9afd52;
/* Tailwind (arbitrary) */
class="text-[#9afd52] bg-[#9afd52]"
/* SCSS */
$brand: #9afd52;
/* SwiftUI */
Color(red: 0.604, green: 0.992, blue: 0.322)
/* Android */
Color.parseColor("#9afd52")Accessibility — WCAG contrast
Aa
#9afd52 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9afd52 on black: 16.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green99.2%
Blue32.2%
CMYK percentages
Cyan39.1%
Magenta0.0%
Yellow67.6%
Key (black)0.8%
Color previews
#9afd52 text on a black background
contrast 16.55:1
Card sample
#9afd52 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9afd52;
Background color
Panel with #9afd52 background
background-color: #9afd52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9afd52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 253, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 253, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9afd52; background: linear-gradient(135deg, #9afd52, #52FD7C);