#53b521
a dark, vivid green · cool · closest name: forestgreen
RGB
83, 181, 33
HSL
100°, 69%, 42%
CMYK
54, 0, 82, 29
Luminance
0.3500
Every format
| HEX | #53b521 |
| RGB | rgb(83, 181, 33) |
| HSL | hsl(100, 69%, 42%) |
| CMYK | cmyk(54%, 0%, 82%, 29%) |
| LAB | lab(65.7 -53.1 60.4) |
| LCH | lch(65.7 80.4 131.4) |
| OKLCH | oklch(0.687 0.199 137.9) |
Copy-ready code
/* CSS */
color: #53b521;
background-color: #53b521;
/* Tailwind (arbitrary) */
class="text-[#53b521] bg-[#53b521]"
/* SCSS */
$brand: #53b521;
/* SwiftUI */
Color(red: 0.325, green: 0.710, blue: 0.129)
/* Android */
Color.parseColor("#53b521")Accessibility — WCAG contrast
Aa
#53b521 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53b521 on black: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green71.0%
Blue12.9%
CMYK percentages
Cyan54.1%
Magenta0.0%
Yellow81.8%
Key (black)29.0%
Color previews
#53b521 text on a black background
contrast 8.00:1
Card sample
#53b521 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53b521;
Background color
Panel with #53b521 background
background-color: #53b521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53b521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 181, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 181, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53b521; background: linear-gradient(135deg, #53b521, #21B552);