#5fa31b
a dark, vivid green · cool · closest name: forestgreen
RGB
95, 163, 27
HSL
90°, 72%, 37%
CMYK
42, 0, 83, 36
Luminance
0.2871
Every format
| HEX | #5fa31b |
| RGB | rgb(95, 163, 27) |
| HSL | hsl(90, 72%, 37%) |
| CMYK | cmyk(42%, 0%, 83%, 36%) |
| LAB | lab(60.5 -42.6 57.4) |
| LCH | lch(60.5 71.5 126.6) |
| OKLCH | oklch(0.645 0.174 133.6) |
Copy-ready code
/* CSS */
color: #5fa31b;
background-color: #5fa31b;
/* Tailwind (arbitrary) */
class="text-[#5fa31b] bg-[#5fa31b]"
/* SCSS */
$brand: #5fa31b;
/* SwiftUI */
Color(red: 0.373, green: 0.639, blue: 0.106)
/* Android */
Color.parseColor("#5fa31b")Accessibility — WCAG contrast
Aa
#5fa31b on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5fa31b on black: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green63.9%
Blue10.6%
CMYK percentages
Cyan41.7%
Magenta0.0%
Yellow83.4%
Key (black)36.1%
Color previews
#5fa31b text on a black background
contrast 6.74:1
Card sample
#5fa31b text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fa31b;
Background color
Panel with #5fa31b background
background-color: #5fa31b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fa31b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 163, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 163, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fa31b; background: linear-gradient(135deg, #5fa31b, #1BA332);