#52df7b
a balanced, vivid green · cool · closest name: forestgreen
RGB
82, 223, 123
HSL
137°, 69%, 60%
CMYK
63, 0, 45, 13
Luminance
0.5600
Every format
| HEX | #52df7b |
| RGB | rgb(82, 223, 123) |
| HSL | hsl(137, 69%, 60%) |
| CMYK | cmyk(63%, 0%, 45%, 13%) |
| LAB | lab(79.6 -59.1 38.0) |
| LCH | lch(79.6 70.3 147.3) |
| OKLCH | oklch(0.804 0.185 149.7) |
Copy-ready code
/* CSS */
color: #52df7b;
background-color: #52df7b;
/* Tailwind (arbitrary) */
class="text-[#52df7b] bg-[#52df7b]"
/* SCSS */
$brand: #52df7b;
/* SwiftUI */
Color(red: 0.322, green: 0.875, blue: 0.482)
/* Android */
Color.parseColor("#52df7b")Accessibility — WCAG contrast
Aa
#52df7b on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52df7b on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green87.5%
Blue48.2%
CMYK percentages
Cyan63.2%
Magenta0.0%
Yellow44.8%
Key (black)12.5%
Color previews
#52df7b text on a black background
contrast 12.20:1
Card sample
#52df7b text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52df7b;
Background color
Panel with #52df7b background
background-color: #52df7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52df7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 223, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 223, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52df7b; background: linear-gradient(135deg, #52df7b, #52DFD9);