#52f4af
a balanced, electric green · cool · closest name: aquamarine
RGB
82, 244, 175
HSL
154°, 88%, 64%
CMYK
66, 0, 28, 4
Luminance
0.6959
Every format
| HEX | #52f4af |
| RGB | rgb(82, 244, 175) |
| HSL | hsl(154, 88%, 64%) |
| CMYK | cmyk(66%, 0%, 28%, 4%) |
| LAB | lab(86.8 -57.6 21.2) |
| LCH | lch(86.8 61.4 159.8) |
| OKLCH | oklch(0.866 0.166 161.1) |
Copy-ready code
/* CSS */
color: #52f4af;
background-color: #52f4af;
/* Tailwind (arbitrary) */
class="text-[#52f4af] bg-[#52f4af]"
/* SCSS */
$brand: #52f4af;
/* SwiftUI */
Color(red: 0.322, green: 0.957, blue: 0.686)
/* Android */
Color.parseColor("#52f4af")Accessibility — WCAG contrast
Aa
#52f4af on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52f4af on black: 14.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green95.7%
Blue68.6%
CMYK percentages
Cyan66.4%
Magenta0.0%
Yellow28.3%
Key (black)4.3%
Color previews
#52f4af text on a black background
contrast 14.92:1
Card sample
#52f4af text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52f4af;
Background color
Panel with #52f4af background
background-color: #52f4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52f4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 244, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 244, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52f4af; background: linear-gradient(135deg, #52f4af, #52CDF4);