#5fcb49
a balanced, vivid green · cool · closest name: forestgreen
RGB
95, 203, 73
HSL
110°, 56%, 54%
CMYK
53, 0, 64, 20
Luminance
0.4563
Every format
| HEX | #5fcb49 |
| RGB | rgb(95, 203, 73) |
| HSL | hsl(110, 56%, 54%) |
| CMYK | cmyk(53%, 0%, 64%, 20%) |
| LAB | lab(73.3 -55.1 53.8) |
| LCH | lch(73.3 77.0 135.7) |
| OKLCH | oklch(0.751 0.196 140.5) |
Copy-ready code
/* CSS */
color: #5fcb49;
background-color: #5fcb49;
/* Tailwind (arbitrary) */
class="text-[#5fcb49] bg-[#5fcb49]"
/* SCSS */
$brand: #5fcb49;
/* SwiftUI */
Color(red: 0.373, green: 0.796, blue: 0.286)
/* Android */
Color.parseColor("#5fcb49")Accessibility — WCAG contrast
Aa
#5fcb49 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fcb49 on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green79.6%
Blue28.6%
CMYK percentages
Cyan53.2%
Magenta0.0%
Yellow64.0%
Key (black)20.4%
Color previews
#5fcb49 text on a black background
contrast 10.13:1
Card sample
#5fcb49 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fcb49;
Background color
Panel with #5fcb49 background
background-color: #5fcb49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fcb49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 203, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 203, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fcb49; background: linear-gradient(135deg, #5fcb49, #49CB8A);