#5fdc21
a balanced, vivid green · cool · closest name: lime
RGB
95, 220, 33
HSL
100°, 74%, 50%
CMYK
57, 0, 85, 14
Luminance
0.5373
Every format
| HEX | #5fdc21 |
| RGB | rgb(95, 220, 33) |
| HSL | hsl(100, 74%, 50%) |
| CMYK | cmyk(57%, 0%, 85%, 14%) |
| LAB | lab(78.3 -63.8 71.8) |
| LCH | lch(78.3 96.0 131.7) |
| OKLCH | oklch(0.792 0.236 138.3) |
Copy-ready code
/* CSS */
color: #5fdc21;
background-color: #5fdc21;
/* Tailwind (arbitrary) */
class="text-[#5fdc21] bg-[#5fdc21]"
/* SCSS */
$brand: #5fdc21;
/* SwiftUI */
Color(red: 0.373, green: 0.863, blue: 0.129)
/* Android */
Color.parseColor("#5fdc21")Accessibility — WCAG contrast
Aa
#5fdc21 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fdc21 on black: 11.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green86.3%
Blue12.9%
CMYK percentages
Cyan56.8%
Magenta0.0%
Yellow85.0%
Key (black)13.7%
Color previews
#5fdc21 text on a black background
contrast 11.75:1
Card sample
#5fdc21 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fdc21;
Background color
Panel with #5fdc21 background
background-color: #5fdc21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fdc21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 220, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 220, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fdc21; background: linear-gradient(135deg, #5fdc21, #21DC60);