#5fcc56
a balanced, vivid green · cool · closest name: forestgreen
RGB
95, 204, 86
HSL
115°, 54%, 57%
CMYK
53, 0, 58, 20
Luminance
0.4629
Every format
| HEX | #5fcc56 |
| RGB | rgb(95, 204, 86) |
| HSL | hsl(115, 54%, 57%) |
| CMYK | cmyk(53%, 0%, 58%, 20%) |
| LAB | lab(73.7 -54.1 48.6) |
| LCH | lch(73.7 72.7 138.1) |
| OKLCH | oklch(0.755 0.187 142.1) |
Copy-ready code
/* CSS */
color: #5fcc56;
background-color: #5fcc56;
/* Tailwind (arbitrary) */
class="text-[#5fcc56] bg-[#5fcc56]"
/* SCSS */
$brand: #5fcc56;
/* SwiftUI */
Color(red: 0.373, green: 0.800, blue: 0.337)
/* Android */
Color.parseColor("#5fcc56")Accessibility — WCAG contrast
Aa
#5fcc56 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fcc56 on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green80.0%
Blue33.7%
CMYK percentages
Cyan53.4%
Magenta0.0%
Yellow57.8%
Key (black)20.0%
Color previews
#5fcc56 text on a black background
contrast 10.26:1
Card sample
#5fcc56 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fcc56;
Background color
Panel with #5fcc56 background
background-color: #5fcc56;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fcc56;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 204, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 204, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fcc56; background: linear-gradient(135deg, #5fcc56, #56CC9C);