#5cb021
a dark, vivid green · cool · closest name: forestgreen
RGB
92, 176, 33
HSL
95°, 68%, 41%
CMYK
48, 0, 81, 31
Luminance
0.3344
Every format
| HEX | #5cb021 |
| RGB | rgb(92, 176, 33) |
| HSL | hsl(95, 68%, 41%) |
| CMYK | cmyk(48%, 0%, 81%, 31%) |
| LAB | lab(64.5 -48.6 59.4) |
| LCH | lch(64.5 76.7 129.3) |
| OKLCH | oklch(0.678 0.189 136.0) |
Copy-ready code
/* CSS */
color: #5cb021;
background-color: #5cb021;
/* Tailwind (arbitrary) */
class="text-[#5cb021] bg-[#5cb021]"
/* SCSS */
$brand: #5cb021;
/* SwiftUI */
Color(red: 0.361, green: 0.690, blue: 0.129)
/* Android */
Color.parseColor("#5cb021")Accessibility — WCAG contrast
Aa
#5cb021 on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cb021 on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green69.0%
Blue12.9%
CMYK percentages
Cyan47.7%
Magenta0.0%
Yellow81.3%
Key (black)31.0%
Color previews
#5cb021 text on a black background
contrast 7.69:1
Card sample
#5cb021 text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cb021;
Background color
Panel with #5cb021 background
background-color: #5cb021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cb021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 176, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 176, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cb021; background: linear-gradient(135deg, #5cb021, #21B045);