#53c821
a balanced, vivid green · cool · closest name: green
RGB
83, 200, 33
HSL
102°, 72%, 46%
CMYK
59, 0, 84, 22
Luminance
0.4326
Every format
| HEX | #53c821 |
| RGB | rgb(83, 200, 33) |
| HSL | hsl(102, 72%, 46%) |
| CMYK | cmyk(59%, 0%, 84%, 22%) |
| LAB | lab(71.7 -60.0 65.8) |
| LCH | lch(71.7 89.0 132.3) |
| OKLCH | oklch(0.737 0.220 138.8) |
Copy-ready code
/* CSS */
color: #53c821;
background-color: #53c821;
/* Tailwind (arbitrary) */
class="text-[#53c821] bg-[#53c821]"
/* SCSS */
$brand: #53c821;
/* SwiftUI */
Color(red: 0.325, green: 0.784, blue: 0.129)
/* Android */
Color.parseColor("#53c821")Accessibility — WCAG contrast
Aa
#53c821 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53c821 on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green78.4%
Blue12.9%
CMYK percentages
Cyan58.5%
Magenta0.0%
Yellow83.5%
Key (black)21.6%
Color previews
#53c821 text on a black background
contrast 9.65:1
Card sample
#53c821 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53c821;
Background color
Panel with #53c821 background
background-color: #53c821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53c821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 200, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 200, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53c821; background: linear-gradient(135deg, #53c821, #21C85E);