#52e081
a balanced, vivid green · cool · closest name: aquamarine
RGB
82, 224, 129
HSL
140°, 70%, 60%
CMYK
63, 0, 42, 12
Luminance
0.5669
Every format
| HEX | #52e081 |
| RGB | rgb(82, 224, 129) |
| HSL | hsl(140, 70%, 60%) |
| CMYK | cmyk(63%, 0%, 42%, 12%) |
| LAB | lab(80.0 -58.5 35.5) |
| LCH | lch(80.0 68.5 148.8) |
| OKLCH | oklch(0.808 0.181 151.0) |
Copy-ready code
/* CSS */
color: #52e081;
background-color: #52e081;
/* Tailwind (arbitrary) */
class="text-[#52e081] bg-[#52e081]"
/* SCSS */
$brand: #52e081;
/* SwiftUI */
Color(red: 0.322, green: 0.878, blue: 0.506)
/* Android */
Color.parseColor("#52e081")Accessibility — WCAG contrast
Aa
#52e081 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52e081 on black: 12.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green87.8%
Blue50.6%
CMYK percentages
Cyan63.4%
Magenta0.0%
Yellow42.4%
Key (black)12.2%
Color previews
#52e081 text on a black background
contrast 12.34:1
Card sample
#52e081 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52e081;
Background color
Panel with #52e081 background
background-color: #52e081;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52e081;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 224, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 224, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52e081; background: linear-gradient(135deg, #52e081, #52E0E0);