#5dfe4b
a balanced, electric green · cool · closest name: lime
RGB
93, 254, 75
HSL
114°, 99%, 65%
CMYK
63, 0, 71, 0
Luminance
0.7372
Every format
| HEX | #5dfe4b |
| RGB | rgb(93, 254, 75) |
| HSL | hsl(114, 99%, 65%) |
| CMYK | cmyk(63%, 0%, 71%, 0%) |
| LAB | lab(88.8 -73.2 69.5) |
| LCH | lch(88.8 100.9 136.5) |
| OKLCH | oklch(0.879 0.255 141.7) |
Copy-ready code
/* CSS */
color: #5dfe4b;
background-color: #5dfe4b;
/* Tailwind (arbitrary) */
class="text-[#5dfe4b] bg-[#5dfe4b]"
/* SCSS */
$brand: #5dfe4b;
/* SwiftUI */
Color(red: 0.365, green: 0.996, blue: 0.294)
/* Android */
Color.parseColor("#5dfe4b")Accessibility — WCAG contrast
Aa
#5dfe4b on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dfe4b on black: 15.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green99.6%
Blue29.4%
CMYK percentages
Cyan63.4%
Magenta0.0%
Yellow70.5%
Key (black)0.4%
Color previews
#5dfe4b text on a black background
contrast 15.74:1
Card sample
#5dfe4b text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dfe4b;
Background color
Panel with #5dfe4b background
background-color: #5dfe4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dfe4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 254, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 254, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dfe4b; background: linear-gradient(135deg, #5dfe4b, #4BFEB0);