#5fd554
a balanced, vivid green · cool · closest name: forestgreen
RGB
95, 213, 84
HSL
115°, 61%, 58%
CMYK
55, 0, 61, 17
Luminance
0.5066
Every format
| HEX | #5fd554 |
| RGB | rgb(95, 213, 84) |
| HSL | hsl(115, 61%, 58%) |
| CMYK | cmyk(55%, 0%, 61%, 17%) |
| LAB | lab(76.5 -57.7 52.6) |
| LCH | lch(76.5 78.1 137.6) |
| OKLCH | oklch(0.778 0.200 141.9) |
Copy-ready code
/* CSS */
color: #5fd554;
background-color: #5fd554;
/* Tailwind (arbitrary) */
class="text-[#5fd554] bg-[#5fd554]"
/* SCSS */
$brand: #5fd554;
/* SwiftUI */
Color(red: 0.373, green: 0.835, blue: 0.329)
/* Android */
Color.parseColor("#5fd554")Accessibility — WCAG contrast
Aa
#5fd554 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fd554 on black: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green83.5%
Blue32.9%
CMYK percentages
Cyan55.4%
Magenta0.0%
Yellow60.6%
Key (black)16.5%
Color previews
#5fd554 text on a black background
contrast 11.13:1
Card sample
#5fd554 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fd554;
Background color
Panel with #5fd554 background
background-color: #5fd554;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fd554;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 213, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 213, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fd554; background: linear-gradient(135deg, #5fd554, #54D59F);