#9af52c
a balanced, electric green · cool · closest name: lime
RGB
154, 245, 44
HSL
87°, 91%, 57%
CMYK
37, 0, 82, 4
Luminance
0.7236
Every format
| HEX | #9af52c |
| RGB | rgb(154, 245, 44) |
| HSL | hsl(87, 91%, 57%) |
| CMYK | cmyk(37%, 0%, 82%, 4%) |
| LAB | lab(88.1 -55.1 78.8) |
| LCH | lch(88.1 96.2 124.9) |
| OKLCH | oklch(0.879 0.233 132.2) |
Copy-ready code
/* CSS */
color: #9af52c;
background-color: #9af52c;
/* Tailwind (arbitrary) */
class="text-[#9af52c] bg-[#9af52c]"
/* SCSS */
$brand: #9af52c;
/* SwiftUI */
Color(red: 0.604, green: 0.961, blue: 0.173)
/* Android */
Color.parseColor("#9af52c")Accessibility — WCAG contrast
Aa
#9af52c on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9af52c on black: 15.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green96.1%
Blue17.3%
CMYK percentages
Cyan37.1%
Magenta0.0%
Yellow82.0%
Key (black)3.9%
Color previews
#9af52c text on a black background
contrast 15.47:1
Card sample
#9af52c text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9af52c;
Background color
Panel with #9af52c background
background-color: #9af52c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9af52c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 245, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 245, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9af52c; background: linear-gradient(135deg, #9af52c, #2CF544);