#5cf970
a light, electric green · cool · closest name: lime
RGB
92, 249, 112
HSL
128°, 93%, 67%
CMYK
63, 0, 55, 2
Luminance
0.7120
Every format
| HEX | #5cf970 |
| RGB | rgb(92, 249, 112) |
| HSL | hsl(128, 93%, 67%) |
| CMYK | cmyk(63%, 0%, 55%, 2%) |
| LAB | lab(87.6 -68.0 53.1) |
| LCH | lch(87.6 86.3 142.0) |
| OKLCH | oklch(0.870 0.223 145.5) |
Copy-ready code
/* CSS */
color: #5cf970;
background-color: #5cf970;
/* Tailwind (arbitrary) */
class="text-[#5cf970] bg-[#5cf970]"
/* SCSS */
$brand: #5cf970;
/* SwiftUI */
Color(red: 0.361, green: 0.976, blue: 0.439)
/* Android */
Color.parseColor("#5cf970")Accessibility — WCAG contrast
Aa
#5cf970 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cf970 on black: 15.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green97.6%
Blue43.9%
CMYK percentages
Cyan63.1%
Magenta0.0%
Yellow55.0%
Key (black)2.4%
Color previews
#5cf970 text on a black background
contrast 15.24:1
Card sample
#5cf970 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cf970;
Background color
Panel with #5cf970 background
background-color: #5cf970;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cf970;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 249, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 249, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cf970; background: linear-gradient(135deg, #5cf970, #5CF9D9);