#52b10e
a dark, electric green · cool · closest name: green
RGB
82, 177, 14
HSL
95°, 85%, 38%
CMYK
54, 0, 92, 31
Luminance
0.3327
Every format
| HEX | #52b10e |
| RGB | rgb(82, 177, 14) |
| HSL | hsl(95, 85%, 38%) |
| CMYK | cmyk(54%, 0%, 92%, 31%) |
| LAB | lab(64.4 -52.7 63.2) |
| LCH | lch(64.4 82.3 129.8) |
| OKLCH | oklch(0.676 0.201 137.0) |
Copy-ready code
/* CSS */
color: #52b10e;
background-color: #52b10e;
/* Tailwind (arbitrary) */
class="text-[#52b10e] bg-[#52b10e]"
/* SCSS */
$brand: #52b10e;
/* SwiftUI */
Color(red: 0.322, green: 0.694, blue: 0.055)
/* Android */
Color.parseColor("#52b10e")Accessibility — WCAG contrast
Aa
#52b10e on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52b10e on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green69.4%
Blue5.5%
CMYK percentages
Cyan53.7%
Magenta0.0%
Yellow92.1%
Key (black)30.6%
Color previews
#52b10e text on a black background
contrast 7.65:1
Card sample
#52b10e text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52b10e;
Background color
Panel with #52b10e background
background-color: #52b10e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52b10e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 177, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 177, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52b10e; background: linear-gradient(135deg, #52b10e, #0EB137);