#5fd52a
a balanced, vivid green · cool · closest name: lime
RGB
95, 213, 42
HSL
101°, 67%, 50%
CMYK
55, 0, 80, 17
Luminance
0.5019
Every format
| HEX | #5fd52a |
| RGB | rgb(95, 213, 42) |
| HSL | hsl(101, 67%, 50%) |
| CMYK | cmyk(55%, 0%, 80%, 17%) |
| LAB | lab(76.2 -61.0 67.7) |
| LCH | lch(76.2 91.1 132.0) |
| OKLCH | oklch(0.774 0.225 138.4) |
Copy-ready code
/* CSS */
color: #5fd52a;
background-color: #5fd52a;
/* Tailwind (arbitrary) */
class="text-[#5fd52a] bg-[#5fd52a]"
/* SCSS */
$brand: #5fd52a;
/* SwiftUI */
Color(red: 0.373, green: 0.835, blue: 0.165)
/* Android */
Color.parseColor("#5fd52a")Accessibility — WCAG contrast
Aa
#5fd52a on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fd52a on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green83.5%
Blue16.5%
CMYK percentages
Cyan55.4%
Magenta0.0%
Yellow80.3%
Key (black)16.5%
Color previews
#5fd52a text on a black background
contrast 11.04:1
Card sample
#5fd52a text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fd52a;
Background color
Panel with #5fd52a background
background-color: #5fd52a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fd52a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 213, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 213, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fd52a; background: linear-gradient(135deg, #5fd52a, #2AD567);