#52eb9d
a balanced, electric green · cool · closest name: aquamarine
RGB
82, 235, 157
HSL
149°, 79%, 62%
CMYK
65, 0, 33, 8
Luminance
0.6364
Every format
| HEX | #52eb9d |
| RGB | rgb(82, 235, 157) |
| HSL | hsl(149, 79%, 62%) |
| CMYK | cmyk(65%, 0%, 33%, 8%) |
| LAB | lab(83.8 -57.7 26.3) |
| LCH | lch(83.8 63.4 155.5) |
| OKLCH | oklch(0.840 0.170 157.0) |
Copy-ready code
/* CSS */
color: #52eb9d;
background-color: #52eb9d;
/* Tailwind (arbitrary) */
class="text-[#52eb9d] bg-[#52eb9d]"
/* SCSS */
$brand: #52eb9d;
/* SwiftUI */
Color(red: 0.322, green: 0.922, blue: 0.616)
/* Android */
Color.parseColor("#52eb9d")Accessibility — WCAG contrast
Aa
#52eb9d on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52eb9d on black: 13.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green92.2%
Blue61.6%
CMYK percentages
Cyan65.1%
Magenta0.0%
Yellow33.2%
Key (black)7.8%
Color previews
#52eb9d text on a black background
contrast 13.73:1
Card sample
#52eb9d text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52eb9d;
Background color
Panel with #52eb9d background
background-color: #52eb9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52eb9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 235, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 235, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52eb9d; background: linear-gradient(135deg, #52eb9d, #52D3EB);