#52b921
a dark, vivid green · cool · closest name: forestgreen
RGB
82, 185, 33
HSL
101°, 70%, 43%
CMYK
56, 0, 82, 28
Luminance
0.3660
Every format
| HEX | #52b921 |
| RGB | rgb(82, 185, 33) |
| HSL | hsl(101, 70%, 43%) |
| CMYK | cmyk(56%, 0%, 82%, 28%) |
| LAB | lab(67.0 -54.9 61.5) |
| LCH | lch(67.0 82.4 131.8) |
| OKLCH | oklch(0.697 0.204 138.2) |
Copy-ready code
/* CSS */
color: #52b921;
background-color: #52b921;
/* Tailwind (arbitrary) */
class="text-[#52b921] bg-[#52b921]"
/* SCSS */
$brand: #52b921;
/* SwiftUI */
Color(red: 0.322, green: 0.725, blue: 0.129)
/* Android */
Color.parseColor("#52b921")Accessibility — WCAG contrast
Aa
#52b921 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52b921 on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green72.5%
Blue12.9%
CMYK percentages
Cyan55.7%
Magenta0.0%
Yellow82.2%
Key (black)27.5%
Color previews
#52b921 text on a black background
contrast 8.32:1
Card sample
#52b921 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52b921;
Background color
Panel with #52b921 background
background-color: #52b921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52b921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 185, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 185, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52b921; background: linear-gradient(135deg, #52b921, #21B955);