#5afb49
a balanced, electric green · cool · closest name: lime
RGB
90, 251, 73
HSL
114°, 96%, 64%
CMYK
64, 0, 71, 2
Luminance
0.7165
Every format
| HEX | #5afb49 |
| RGB | rgb(90, 251, 73) |
| HSL | hsl(114, 96%, 64%) |
| CMYK | cmyk(64%, 0%, 71%, 2%) |
| LAB | lab(87.8 -73.0 69.1) |
| LCH | lch(87.8 100.5 136.5) |
| OKLCH | oklch(0.871 0.253 141.8) |
Copy-ready code
/* CSS */
color: #5afb49;
background-color: #5afb49;
/* Tailwind (arbitrary) */
class="text-[#5afb49] bg-[#5afb49]"
/* SCSS */
$brand: #5afb49;
/* SwiftUI */
Color(red: 0.353, green: 0.984, blue: 0.286)
/* Android */
Color.parseColor("#5afb49")Accessibility — WCAG contrast
Aa
#5afb49 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5afb49 on black: 15.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green98.4%
Blue28.6%
CMYK percentages
Cyan64.1%
Magenta0.0%
Yellow70.9%
Key (black)1.6%
Color previews
#5afb49 text on a black background
contrast 15.33:1
Card sample
#5afb49 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5afb49;
Background color
Panel with #5afb49 background
background-color: #5afb49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5afb49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 251, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 251, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5afb49; background: linear-gradient(135deg, #5afb49, #49FBAF);