#5cb821
a dark, vivid green · cool · closest name: forestgreen
RGB
92, 184, 33
HSL
97°, 70%, 43%
CMYK
50, 0, 82, 28
Luminance
0.3667
Every format
| HEX | #5cb821 |
| RGB | rgb(92, 184, 33) |
| HSL | hsl(97, 70%, 43%) |
| CMYK | cmyk(50%, 0%, 82%, 28%) |
| LAB | lab(67.0 -51.7 61.7) |
| LCH | lch(67.0 80.5 130.0) |
| OKLCH | oklch(0.699 0.198 136.6) |
Copy-ready code
/* CSS */
color: #5cb821;
background-color: #5cb821;
/* Tailwind (arbitrary) */
class="text-[#5cb821] bg-[#5cb821]"
/* SCSS */
$brand: #5cb821;
/* SwiftUI */
Color(red: 0.361, green: 0.722, blue: 0.129)
/* Android */
Color.parseColor("#5cb821")Accessibility — WCAG contrast
Aa
#5cb821 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cb821 on black: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green72.2%
Blue12.9%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow82.1%
Key (black)27.8%
Color previews
#5cb821 text on a black background
contrast 8.33:1
Card sample
#5cb821 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cb821;
Background color
Panel with #5cb821 background
background-color: #5cb821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cb821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 184, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 184, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cb821; background: linear-gradient(135deg, #5cb821, #21B84B);