#52a31b
a dark, vivid green · cool · closest name: forestgreen
RGB
82, 163, 27
HSL
96°, 72%, 37%
CMYK
50, 0, 83, 36
Luminance
0.2807
Every format
| HEX | #52a31b |
| RGB | rgb(82, 163, 27) |
| HSL | hsl(96, 72%, 37%) |
| CMYK | cmyk(50%, 0%, 83%, 36%) |
| LAB | lab(60.0 -46.9 56.7) |
| LCH | lch(60.0 73.6 129.6) |
| OKLCH | oklch(0.639 0.181 136.4) |
Copy-ready code
/* CSS */
color: #52a31b;
background-color: #52a31b;
/* Tailwind (arbitrary) */
class="text-[#52a31b] bg-[#52a31b]"
/* SCSS */
$brand: #52a31b;
/* SwiftUI */
Color(red: 0.322, green: 0.639, blue: 0.106)
/* Android */
Color.parseColor("#52a31b")Accessibility — WCAG contrast
Aa
#52a31b on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#52a31b on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green63.9%
Blue10.6%
CMYK percentages
Cyan49.7%
Magenta0.0%
Yellow83.4%
Key (black)36.1%
Color previews
#52a31b text on a black background
contrast 6.61:1
Card sample
#52a31b text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52a31b;
Background color
Panel with #52a31b background
background-color: #52a31b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52a31b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 163, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 163, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52a31b; background: linear-gradient(135deg, #52a31b, #1BA33F);