#5df67f
a light, electric green · cool · closest name: forestgreen
RGB
93, 246, 127
HSL
133°, 90%, 67%
CMYK
62, 0, 48, 4
Luminance
0.6977
Every format
| HEX | #5df67f |
| RGB | rgb(93, 246, 127) |
| HSL | hsl(133, 90%, 67%) |
| CMYK | cmyk(62%, 0%, 48%, 4%) |
| LAB | lab(86.9 -64.8 45.3) |
| LCH | lch(86.9 79.0 145.0) |
| OKLCH | oklch(0.865 0.207 147.8) |
Copy-ready code
/* CSS */
color: #5df67f;
background-color: #5df67f;
/* Tailwind (arbitrary) */
class="text-[#5df67f] bg-[#5df67f]"
/* SCSS */
$brand: #5df67f;
/* SwiftUI */
Color(red: 0.365, green: 0.965, blue: 0.498)
/* Android */
Color.parseColor("#5df67f")Accessibility — WCAG contrast
Aa
#5df67f on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5df67f on black: 14.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green96.5%
Blue49.8%
CMYK percentages
Cyan62.2%
Magenta0.0%
Yellow48.4%
Key (black)3.5%
Color previews
#5df67f text on a black background
contrast 14.95:1
Card sample
#5df67f text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5df67f;
Background color
Panel with #5df67f background
background-color: #5df67f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5df67f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 246, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 246, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5df67f; background: linear-gradient(135deg, #5df67f, #5DF6E5);