#5fac2c
a dark, vivid green · cool · closest name: forestgreen
RGB
95, 172, 44
HSL
96°, 59%, 42%
CMYK
45, 0, 74, 33
Luminance
0.3212
Every format
| HEX | #5fac2c |
| RGB | rgb(95, 172, 44) |
| HSL | hsl(96, 59%, 42%) |
| CMYK | cmyk(45%, 0%, 74%, 33%) |
| LAB | lab(63.4 -45.4 54.9) |
| LCH | lch(63.4 71.2 129.6) |
| OKLCH | oklch(0.670 0.176 135.8) |
Copy-ready code
/* CSS */
color: #5fac2c;
background-color: #5fac2c;
/* Tailwind (arbitrary) */
class="text-[#5fac2c] bg-[#5fac2c]"
/* SCSS */
$brand: #5fac2c;
/* SwiftUI */
Color(red: 0.373, green: 0.675, blue: 0.173)
/* Android */
Color.parseColor("#5fac2c")Accessibility — WCAG contrast
Aa
#5fac2c on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fac2c on black: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green67.5%
Blue17.3%
CMYK percentages
Cyan44.8%
Magenta0.0%
Yellow74.4%
Key (black)32.5%
Color previews
#5fac2c text on a black background
contrast 7.42:1
Card sample
#5fac2c text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fac2c;
Background color
Panel with #5fac2c background
background-color: #5fac2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fac2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 172, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 172, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fac2c; background: linear-gradient(135deg, #5fac2c, #2CAC4E);