#52c366
a balanced, vivid green · cool · closest name: forestgreen
RGB
82, 195, 102
HSL
131°, 49%, 54%
CMYK
58, 0, 48, 24
Luminance
0.4178
Every format
| HEX | #52c366 |
| RGB | rgb(82, 195, 102) |
| HSL | hsl(131, 49%, 54%) |
| CMYK | cmyk(58%, 0%, 48%, 24%) |
| LAB | lab(70.7 -51.8 37.2) |
| LCH | lch(70.7 63.7 144.3) |
| OKLCH | oklch(0.730 0.167 147.1) |
Copy-ready code
/* CSS */
color: #52c366;
background-color: #52c366;
/* Tailwind (arbitrary) */
class="text-[#52c366] bg-[#52c366]"
/* SCSS */
$brand: #52c366;
/* SwiftUI */
Color(red: 0.322, green: 0.765, blue: 0.400)
/* Android */
Color.parseColor("#52c366")Accessibility — WCAG contrast
Aa
#52c366 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52c366 on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green76.5%
Blue40.0%
CMYK percentages
Cyan57.9%
Magenta0.0%
Yellow47.7%
Key (black)23.5%
Color previews
#52c366 text on a black background
contrast 9.36:1
Card sample
#52c366 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52c366;
Background color
Panel with #52c366 background
background-color: #52c366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52c366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 195, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 195, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52c366; background: linear-gradient(135deg, #52c366, #52C3B1);