#52a310
a dark, electric green · cool · closest name: green
RGB
82, 163, 16
HSL
93°, 82%, 35%
CMYK
50, 0, 90, 36
Luminance
0.2803
Every format
| HEX | #52a310 |
| RGB | rgb(82, 163, 16) |
| HSL | hsl(93, 82%, 35%) |
| CMYK | cmyk(50%, 0%, 90%, 36%) |
| LAB | lab(59.9 -47.3 59.2) |
| LCH | lch(59.9 75.8 128.7) |
| OKLCH | oklch(0.639 0.184 135.9) |
Copy-ready code
/* CSS */
color: #52a310;
background-color: #52a310;
/* Tailwind (arbitrary) */
class="text-[#52a310] bg-[#52a310]"
/* SCSS */
$brand: #52a310;
/* SwiftUI */
Color(red: 0.322, green: 0.639, blue: 0.063)
/* Android */
Color.parseColor("#52a310")Accessibility — WCAG contrast
Aa
#52a310 on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#52a310 on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green63.9%
Blue6.3%
CMYK percentages
Cyan49.7%
Magenta0.0%
Yellow90.2%
Key (black)36.1%
Color previews
#52a310 text on a black background
contrast 6.61:1
Card sample
#52a310 text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52a310;
Background color
Panel with #52a310 background
background-color: #52a310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52a310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 163, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 163, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52a310; background: linear-gradient(135deg, #52a310, #10A330);