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