#5b9f2d
a dark, vivid green · cool · closest name: forestgreen
RGB
91, 159, 45
HSL
96°, 56%, 40%
CMYK
43, 0, 72, 38
Luminance
0.2721
Every format
| HEX | #5b9f2d |
| RGB | rgb(91, 159, 45) |
| HSL | hsl(96, 56%, 40%) |
| CMYK | cmyk(43%, 0%, 72%, 38%) |
| LAB | lab(59.2 -41.3 50.1) |
| LCH | lch(59.2 64.9 129.5) |
| OKLCH | oklch(0.634 0.162 135.4) |
Copy-ready code
/* CSS */
color: #5b9f2d;
background-color: #5b9f2d;
/* Tailwind (arbitrary) */
class="text-[#5b9f2d] bg-[#5b9f2d]"
/* SCSS */
$brand: #5b9f2d;
/* SwiftUI */
Color(red: 0.357, green: 0.624, blue: 0.176)
/* Android */
Color.parseColor("#5b9f2d")Accessibility — WCAG contrast
Aa
#5b9f2d on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5b9f2d on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green62.4%
Blue17.6%
CMYK percentages
Cyan42.8%
Magenta0.0%
Yellow71.7%
Key (black)37.6%
Color previews
#5b9f2d text on a black background
contrast 6.44:1
Card sample
#5b9f2d text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5b9f2d;
Background color
Panel with #5b9f2d background
background-color: #5b9f2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5b9f2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 159, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 159, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5b9f2d; background: linear-gradient(135deg, #5b9f2d, #2D9F4B);