#5cbf2d
a balanced, vivid green · cool · closest name: forestgreen
RGB
92, 191, 45
HSL
101°, 62%, 46%
CMYK
52, 0, 76, 25
Luminance
0.3973
Every format
| HEX | #5cbf2d |
| RGB | rgb(92, 191, 45) |
| HSL | hsl(101, 62%, 46%) |
| CMYK | cmyk(52%, 0%, 76%, 25%) |
| LAB | lab(69.3 -53.7 60.2) |
| LCH | lch(69.3 80.6 131.7) |
| OKLCH | oklch(0.717 0.200 137.8) |
Copy-ready code
/* CSS */
color: #5cbf2d;
background-color: #5cbf2d;
/* Tailwind (arbitrary) */
class="text-[#5cbf2d] bg-[#5cbf2d]"
/* SCSS */
$brand: #5cbf2d;
/* SwiftUI */
Color(red: 0.361, green: 0.749, blue: 0.176)
/* Android */
Color.parseColor("#5cbf2d")Accessibility — WCAG contrast
Aa
#5cbf2d on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cbf2d on black: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green74.9%
Blue17.6%
CMYK percentages
Cyan51.8%
Magenta0.0%
Yellow76.4%
Key (black)25.1%
Color previews
#5cbf2d text on a black background
contrast 8.95:1
Card sample
#5cbf2d text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cbf2d;
Background color
Panel with #5cbf2d background
background-color: #5cbf2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cbf2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 191, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 191, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cbf2d; background: linear-gradient(135deg, #5cbf2d, #2DBF5F);