#52cb2f
a balanced, vivid green · cool · closest name: forestgreen
RGB
82, 203, 47
HSL
107°, 62%, 49%
CMYK
60, 0, 77, 20
Luminance
0.4471
Every format
| HEX | #52cb2f |
| RGB | rgb(82, 203, 47) |
| HSL | hsl(107, 62%, 49%) |
| CMYK | cmyk(60%, 0%, 77%, 20%) |
| LAB | lab(72.7 -60.5 62.8) |
| LCH | lch(72.7 87.2 133.9) |
| OKLCH | oklch(0.745 0.217 139.8) |
Copy-ready code
/* CSS */
color: #52cb2f;
background-color: #52cb2f;
/* Tailwind (arbitrary) */
class="text-[#52cb2f] bg-[#52cb2f]"
/* SCSS */
$brand: #52cb2f;
/* SwiftUI */
Color(red: 0.322, green: 0.796, blue: 0.184)
/* Android */
Color.parseColor("#52cb2f")Accessibility — WCAG contrast
Aa
#52cb2f on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52cb2f on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green79.6%
Blue18.4%
CMYK percentages
Cyan59.6%
Magenta0.0%
Yellow76.8%
Key (black)20.4%
Color previews
#52cb2f text on a black background
contrast 9.94:1
Card sample
#52cb2f text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52cb2f;
Background color
Panel with #52cb2f background
background-color: #52cb2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52cb2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 203, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 203, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52cb2f; background: linear-gradient(135deg, #52cb2f, #2FCB74);