#52a329
a dark, vivid green · cool · closest name: forestgreen
RGB
82, 163, 41
HSL
100°, 60%, 40%
CMYK
50, 0, 75, 36
Luminance
0.2815
Every format
| HEX | #52a329 |
| RGB | rgb(82, 163, 41) |
| HSL | hsl(100, 60%, 40%) |
| CMYK | cmyk(50%, 0%, 75%, 36%) |
| LAB | lab(60.0 -46.1 52.4) |
| LCH | lch(60.0 69.8 131.4) |
| OKLCH | oklch(0.640 0.174 137.4) |
Copy-ready code
/* CSS */
color: #52a329;
background-color: #52a329;
/* Tailwind (arbitrary) */
class="text-[#52a329] bg-[#52a329]"
/* SCSS */
$brand: #52a329;
/* SwiftUI */
Color(red: 0.322, green: 0.639, blue: 0.161)
/* Android */
Color.parseColor("#52a329")Accessibility — WCAG contrast
Aa
#52a329 on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#52a329 on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green63.9%
Blue16.1%
CMYK percentages
Cyan49.7%
Magenta0.0%
Yellow74.8%
Key (black)36.1%
Color previews
#52a329 text on a black background
contrast 6.63:1
Card sample
#52a329 text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52a329;
Background color
Panel with #52a329 background
background-color: #52a329;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52a329;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 163, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 163, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52a329; background: linear-gradient(135deg, #52a329, #29A351);