#52ba29
a dark, vivid green · cool · closest name: forestgreen
RGB
82, 186, 41
HSL
103°, 64%, 45%
CMYK
56, 0, 78, 27
Luminance
0.3707
Every format
| HEX | #52ba29 |
| RGB | rgb(82, 186, 41) |
| HSL | hsl(103, 64%, 45%) |
| CMYK | cmyk(56%, 0%, 78%, 27%) |
| LAB | lab(67.3 -54.8 59.5) |
| LCH | lch(67.3 80.9 132.7) |
| OKLCH | oklch(0.700 0.201 138.8) |
Copy-ready code
/* CSS */
color: #52ba29;
background-color: #52ba29;
/* Tailwind (arbitrary) */
class="text-[#52ba29] bg-[#52ba29]"
/* SCSS */
$brand: #52ba29;
/* SwiftUI */
Color(red: 0.322, green: 0.729, blue: 0.161)
/* Android */
Color.parseColor("#52ba29")Accessibility — WCAG contrast
Aa
#52ba29 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52ba29 on black: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green72.9%
Blue16.1%
CMYK percentages
Cyan55.9%
Magenta0.0%
Yellow78.0%
Key (black)27.1%
Color previews
#52ba29 text on a black background
contrast 8.41:1
Card sample
#52ba29 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52ba29;
Background color
Panel with #52ba29 background
background-color: #52ba29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52ba29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 186, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 186, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52ba29; background: linear-gradient(135deg, #52ba29, #29BA61);