#5cc821
a balanced, vivid green · cool · closest name: green
RGB
92, 200, 33
HSL
99°, 72%, 46%
CMYK
54, 0, 84, 22
Luminance
0.4369
Every format
| HEX | #5cc821 |
| RGB | rgb(92, 200, 33) |
| HSL | hsl(99, 72%, 46%) |
| CMYK | cmyk(54%, 0%, 84%, 22%) |
| LAB | lab(72.0 -57.6 66.2) |
| LCH | lch(72.0 87.7 131.0) |
| OKLCH | oklch(0.740 0.216 137.7) |
Copy-ready code
/* CSS */
color: #5cc821;
background-color: #5cc821;
/* Tailwind (arbitrary) */
class="text-[#5cc821] bg-[#5cc821]"
/* SCSS */
$brand: #5cc821;
/* SwiftUI */
Color(red: 0.361, green: 0.784, blue: 0.129)
/* Android */
Color.parseColor("#5cc821")Accessibility — WCAG contrast
Aa
#5cc821 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cc821 on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green78.4%
Blue12.9%
CMYK percentages
Cyan54.0%
Magenta0.0%
Yellow83.5%
Key (black)21.6%
Color previews
#5cc821 text on a black background
contrast 9.74:1
Card sample
#5cc821 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cc821;
Background color
Panel with #5cc821 background
background-color: #5cc821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cc821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 200, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 200, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cc821; background: linear-gradient(135deg, #5cc821, #21C855);