#5ad721
a balanced, vivid green · cool · closest name: lime
RGB
90, 215, 33
HSL
101°, 73%, 49%
CMYK
58, 0, 85, 16
Luminance
0.5088
Every format
| HEX | #5ad721 |
| RGB | rgb(90, 215, 33) |
| HSL | hsl(101, 73%, 49%) |
| CMYK | cmyk(58%, 0%, 85%, 16%) |
| LAB | lab(76.6 -63.4 70.2) |
| LCH | lch(76.6 94.6 132.1) |
| OKLCH | oklch(0.777 0.233 138.7) |
Copy-ready code
/* CSS */
color: #5ad721;
background-color: #5ad721;
/* Tailwind (arbitrary) */
class="text-[#5ad721] bg-[#5ad721]"
/* SCSS */
$brand: #5ad721;
/* SwiftUI */
Color(red: 0.353, green: 0.843, blue: 0.129)
/* Android */
Color.parseColor("#5ad721")Accessibility — WCAG contrast
Aa
#5ad721 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ad721 on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green84.3%
Blue12.9%
CMYK percentages
Cyan58.1%
Magenta0.0%
Yellow84.7%
Key (black)15.7%
Color previews
#5ad721 text on a black background
contrast 11.18:1
Card sample
#5ad721 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ad721;
Background color
Panel with #5ad721 background
background-color: #5ad721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ad721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 215, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 215, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ad721; background: linear-gradient(135deg, #5ad721, #21D761);