#5fc95f
a balanced, vivid green · cool · closest name: forestgreen
RGB
95, 201, 95
HSL
120°, 50%, 58%
CMYK
53, 0, 53, 21
Luminance
0.4503
Every format
| HEX | #5fc95f |
| RGB | rgb(95, 201, 95) |
| HSL | hsl(120, 50%, 58%) |
| CMYK | cmyk(53%, 0%, 53%, 21%) |
| LAB | lab(72.9 -51.9 43.4) |
| LCH | lch(72.9 67.6 140.1) |
| OKLCH | oklch(0.749 0.175 143.6) |
Copy-ready code
/* CSS */
color: #5fc95f;
background-color: #5fc95f;
/* Tailwind (arbitrary) */
class="text-[#5fc95f] bg-[#5fc95f]"
/* SCSS */
$brand: #5fc95f;
/* SwiftUI */
Color(red: 0.373, green: 0.788, blue: 0.373)
/* Android */
Color.parseColor("#5fc95f")Accessibility — WCAG contrast
Aa
#5fc95f on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fc95f on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green78.8%
Blue37.3%
CMYK percentages
Cyan52.7%
Magenta0.0%
Yellow52.7%
Key (black)21.2%
Color previews
#5fc95f text on a black background
contrast 10.01:1
Card sample
#5fc95f text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fc95f;
Background color
Panel with #5fc95f background
background-color: #5fc95f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fc95f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 201, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 201, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fc95f; background: linear-gradient(135deg, #5fc95f, #5FC9A6);