#5af849
a balanced, electric green · cool · closest name: lime
RGB
90, 248, 73
HSL
114°, 93%, 63%
CMYK
64, 0, 71, 3
Luminance
0.6979
Every format
| HEX | #5af849 |
| RGB | rgb(90, 248, 73) |
| HSL | hsl(114, 93%, 63%) |
| CMYK | cmyk(64%, 0%, 71%, 3%) |
| LAB | lab(86.9 -72.0 68.2) |
| LCH | lch(86.9 99.2 136.5) |
| OKLCH | oklch(0.863 0.250 141.7) |
Copy-ready code
/* CSS */
color: #5af849;
background-color: #5af849;
/* Tailwind (arbitrary) */
class="text-[#5af849] bg-[#5af849]"
/* SCSS */
$brand: #5af849;
/* SwiftUI */
Color(red: 0.353, green: 0.973, blue: 0.286)
/* Android */
Color.parseColor("#5af849")Accessibility — WCAG contrast
Aa
#5af849 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5af849 on black: 14.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green97.3%
Blue28.6%
CMYK percentages
Cyan63.7%
Magenta0.0%
Yellow70.6%
Key (black)2.7%
Color previews
#5af849 text on a black background
contrast 14.96:1
Card sample
#5af849 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5af849;
Background color
Panel with #5af849 background
background-color: #5af849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5af849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 248, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 248, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5af849; background: linear-gradient(135deg, #5af849, #49F8AD);