#5fab21
a dark, vivid green · cool · closest name: forestgreen
RGB
95, 171, 33
HSL
93°, 68%, 40%
CMYK
44, 0, 81, 33
Luminance
0.3167
Every format
| HEX | #5fab21 |
| RGB | rgb(95, 171, 33) |
| HSL | hsl(93, 68%, 40%) |
| CMYK | cmyk(44%, 0%, 81%, 33%) |
| LAB | lab(63.1 -45.6 58.1) |
| LCH | lch(63.1 73.8 128.2) |
| OKLCH | oklch(0.666 0.181 134.9) |
Copy-ready code
/* CSS */
color: #5fab21;
background-color: #5fab21;
/* Tailwind (arbitrary) */
class="text-[#5fab21] bg-[#5fab21]"
/* SCSS */
$brand: #5fab21;
/* SwiftUI */
Color(red: 0.373, green: 0.671, blue: 0.129)
/* Android */
Color.parseColor("#5fab21")Accessibility — WCAG contrast
Aa
#5fab21 on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fab21 on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green67.1%
Blue12.9%
CMYK percentages
Cyan44.4%
Magenta0.0%
Yellow80.7%
Key (black)32.9%
Color previews
#5fab21 text on a black background
contrast 7.33:1
Card sample
#5fab21 text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fab21;
Background color
Panel with #5fab21 background
background-color: #5fab21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fab21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 171, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 171, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fab21; background: linear-gradient(135deg, #5fab21, #21AB3F);