#5fc35f
a balanced, vivid green · cool · closest name: forestgreen
RGB
95, 195, 95
HSL
120°, 46%, 57%
CMYK
51, 0, 51, 24
Luminance
0.4229
Every format
| HEX | #5fc35f |
| RGB | rgb(95, 195, 95) |
| HSL | hsl(120, 46%, 57%) |
| CMYK | cmyk(51%, 0%, 51%, 24%) |
| LAB | lab(71.1 -49.5 41.2) |
| LCH | lch(71.1 64.4 140.2) |
| OKLCH | oklch(0.734 0.167 143.6) |
Copy-ready code
/* CSS */
color: #5fc35f;
background-color: #5fc35f;
/* Tailwind (arbitrary) */
class="text-[#5fc35f] bg-[#5fc35f]"
/* SCSS */
$brand: #5fc35f;
/* SwiftUI */
Color(red: 0.373, green: 0.765, blue: 0.373)
/* Android */
Color.parseColor("#5fc35f")Accessibility — WCAG contrast
Aa
#5fc35f on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fc35f on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green76.5%
Blue37.3%
CMYK percentages
Cyan51.3%
Magenta0.0%
Yellow51.3%
Key (black)23.5%
Color previews
#5fc35f text on a black background
contrast 9.46:1
Card sample
#5fc35f text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fc35f;
Background color
Panel with #5fc35f background
background-color: #5fc35f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fc35f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 195, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 195, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fc35f; background: linear-gradient(135deg, #5fc35f, #5FC3A2);