#5fea21
a balanced, electric green · cool · closest name: lime
RGB
95, 234, 33
HSL
102°, 83%, 52%
CMYK
59, 0, 86, 8
Luminance
0.6139
Every format
| HEX | #5fea21 |
| RGB | rgb(95, 234, 33) |
| HSL | hsl(102, 83%, 52%) |
| CMYK | cmyk(59%, 0%, 86%, 8%) |
| LAB | lab(82.6 -68.6 75.5) |
| LCH | lch(82.6 102.0 132.2) |
| OKLCH | oklch(0.827 0.251 138.9) |
Copy-ready code
/* CSS */
color: #5fea21;
background-color: #5fea21;
/* Tailwind (arbitrary) */
class="text-[#5fea21] bg-[#5fea21]"
/* SCSS */
$brand: #5fea21;
/* SwiftUI */
Color(red: 0.373, green: 0.918, blue: 0.129)
/* Android */
Color.parseColor("#5fea21")Accessibility — WCAG contrast
Aa
#5fea21 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fea21 on black: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green91.8%
Blue12.9%
CMYK percentages
Cyan59.4%
Magenta0.0%
Yellow85.9%
Key (black)8.2%
Color previews
#5fea21 text on a black background
contrast 13.28:1
Card sample
#5fea21 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fea21;
Background color
Panel with #5fea21 background
background-color: #5fea21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fea21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 234, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 234, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fea21; background: linear-gradient(135deg, #5fea21, #21EA69);