#5ed142
a balanced, vivid green · cool · closest name: forestgreen
RGB
94, 209, 66
HSL
108°, 61%, 54%
CMYK
55, 0, 68, 18
Luminance
0.4837
Every format
| HEX | #5ed142 |
| RGB | rgb(94, 209, 66) |
| HSL | hsl(108, 61%, 54%) |
| CMYK | cmyk(55%, 0%, 68%, 18%) |
| LAB | lab(75.1 -58.2 58.5) |
| LCH | lch(75.1 82.6 134.9) |
| OKLCH | oklch(0.766 0.208 140.1) |
Copy-ready code
/* CSS */
color: #5ed142;
background-color: #5ed142;
/* Tailwind (arbitrary) */
class="text-[#5ed142] bg-[#5ed142]"
/* SCSS */
$brand: #5ed142;
/* SwiftUI */
Color(red: 0.369, green: 0.820, blue: 0.259)
/* Android */
Color.parseColor("#5ed142")Accessibility — WCAG contrast
Aa
#5ed142 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ed142 on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green82.0%
Blue25.9%
CMYK percentages
Cyan55.0%
Magenta0.0%
Yellow68.4%
Key (black)18.0%
Color previews
#5ed142 text on a black background
contrast 10.67:1
Card sample
#5ed142 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ed142;
Background color
Panel with #5ed142 background
background-color: #5ed142;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ed142;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 209, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 209, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ed142; background: linear-gradient(135deg, #5ed142, #42D185);