#52f17d
a balanced, electric green · cool · closest name: forestgreen
RGB
82, 241, 125
HSL
136°, 85%, 63%
CMYK
66, 0, 48, 6
Luminance
0.6619
Every format
| HEX | #52f17d |
| RGB | rgb(82, 241, 125) |
| HSL | hsl(136, 85%, 63%) |
| CMYK | cmyk(66%, 0%, 48%, 6%) |
| LAB | lab(85.1 -65.3 44.0) |
| LCH | lch(85.1 78.8 146.1) |
| OKLCH | oklch(0.849 0.206 148.8) |
Copy-ready code
/* CSS */
color: #52f17d;
background-color: #52f17d;
/* Tailwind (arbitrary) */
class="text-[#52f17d] bg-[#52f17d]"
/* SCSS */
$brand: #52f17d;
/* SwiftUI */
Color(red: 0.322, green: 0.945, blue: 0.490)
/* Android */
Color.parseColor("#52f17d")Accessibility — WCAG contrast
Aa
#52f17d on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52f17d on black: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green94.5%
Blue49.0%
CMYK percentages
Cyan66.0%
Magenta0.0%
Yellow48.1%
Key (black)5.5%
Color previews
#52f17d text on a black background
contrast 14.24:1
Card sample
#52f17d text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52f17d;
Background color
Panel with #52f17d background
background-color: #52f17d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52f17d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 241, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 241, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52f17d; background: linear-gradient(135deg, #52f17d, #52F1E7);