#5cf166
a light, electric green · cool · closest name: lime
RGB
92, 241, 102
HSL
124°, 84%, 65%
CMYK
62, 0, 58, 6
Luminance
0.6615
Every format
| HEX | #5cf166 |
| RGB | rgb(92, 241, 102) |
| HSL | hsl(124, 84%, 65%) |
| CMYK | cmyk(62%, 0%, 58%, 6%) |
| LAB | lab(85.1 -66.4 54.6) |
| LCH | lch(85.1 86.0 140.6) |
| OKLCH | oklch(0.849 0.222 144.4) |
Copy-ready code
/* CSS */
color: #5cf166;
background-color: #5cf166;
/* Tailwind (arbitrary) */
class="text-[#5cf166] bg-[#5cf166]"
/* SCSS */
$brand: #5cf166;
/* SwiftUI */
Color(red: 0.361, green: 0.945, blue: 0.400)
/* Android */
Color.parseColor("#5cf166")Accessibility — WCAG contrast
Aa
#5cf166 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cf166 on black: 14.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green94.5%
Blue40.0%
CMYK percentages
Cyan61.8%
Magenta0.0%
Yellow57.7%
Key (black)5.5%
Color previews
#5cf166 text on a black background
contrast 14.23:1
Card sample
#5cf166 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cf166;
Background color
Panel with #5cf166 background
background-color: #5cf166;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cf166;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 241, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 241, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cf166; background: linear-gradient(135deg, #5cf166, #5CF1C9);