#5ace41
a balanced, vivid green · cool · closest name: forestgreen
RGB
90, 206, 65
HSL
109°, 59%, 53%
CMYK
56, 0, 68, 19
Luminance
0.4670
Every format
| HEX | #5ace41 |
| RGB | rgb(90, 206, 65) |
| HSL | hsl(109, 59%, 53%) |
| CMYK | cmyk(56%, 0%, 68%, 19%) |
| LAB | lab(74.0 -58.3 57.8) |
| LCH | lch(74.0 82.0 135.2) |
| OKLCH | oklch(0.756 0.207 140.4) |
Copy-ready code
/* CSS */
color: #5ace41;
background-color: #5ace41;
/* Tailwind (arbitrary) */
class="text-[#5ace41] bg-[#5ace41]"
/* SCSS */
$brand: #5ace41;
/* SwiftUI */
Color(red: 0.353, green: 0.808, blue: 0.255)
/* Android */
Color.parseColor("#5ace41")Accessibility — WCAG contrast
Aa
#5ace41 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ace41 on black: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green80.8%
Blue25.5%
CMYK percentages
Cyan56.3%
Magenta0.0%
Yellow68.4%
Key (black)19.2%
Color previews
#5ace41 text on a black background
contrast 10.34:1
Card sample
#5ace41 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ace41;
Background color
Panel with #5ace41 background
background-color: #5ace41;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ace41;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 206, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 206, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ace41; background: linear-gradient(135deg, #5ace41, #41CE86);