#5cc521
a balanced, vivid green · cool · closest name: green
RGB
92, 197, 33
HSL
98°, 71%, 45%
CMYK
53, 0, 83, 23
Luminance
0.4232
Every format
| HEX | #5cc521 |
| RGB | rgb(92, 197, 33) |
| HSL | hsl(98, 71%, 45%) |
| CMYK | cmyk(53%, 0%, 83%, 23%) |
| LAB | lab(71.1 -56.5 65.3) |
| LCH | lch(71.1 86.4 130.9) |
| OKLCH | oklch(0.732 0.213 137.5) |
Copy-ready code
/* CSS */
color: #5cc521;
background-color: #5cc521;
/* Tailwind (arbitrary) */
class="text-[#5cc521] bg-[#5cc521]"
/* SCSS */
$brand: #5cc521;
/* SwiftUI */
Color(red: 0.361, green: 0.773, blue: 0.129)
/* Android */
Color.parseColor("#5cc521")Accessibility — WCAG contrast
Aa
#5cc521 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cc521 on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green77.3%
Blue12.9%
CMYK percentages
Cyan53.3%
Magenta0.0%
Yellow83.2%
Key (black)22.7%
Color previews
#5cc521 text on a black background
contrast 9.46:1
Card sample
#5cc521 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cc521;
Background color
Panel with #5cc521 background
background-color: #5cc521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cc521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 197, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 197, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cc521; background: linear-gradient(135deg, #5cc521, #21C553);