#52e2ac
a balanced, vivid green · cool · closest name: aquamarine
RGB
82, 226, 172
HSL
158°, 71%, 60%
CMYK
64, 0, 24, 11
Luminance
0.5917
Every format
| HEX | #52e2ac |
| RGB | rgb(82, 226, 172) |
| HSL | hsl(158, 71%, 60%) |
| CMYK | cmyk(64%, 0%, 24%, 11%) |
| LAB | lab(81.4 -51.0 15.2) |
| LCH | lch(81.4 53.2 163.4) |
| OKLCH | oklch(0.822 0.146 164.5) |
Copy-ready code
/* CSS */
color: #52e2ac;
background-color: #52e2ac;
/* Tailwind (arbitrary) */
class="text-[#52e2ac] bg-[#52e2ac]"
/* SCSS */
$brand: #52e2ac;
/* SwiftUI */
Color(red: 0.322, green: 0.886, blue: 0.675)
/* Android */
Color.parseColor("#52e2ac")Accessibility — WCAG contrast
Aa
#52e2ac on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52e2ac on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green88.6%
Blue67.5%
CMYK percentages
Cyan63.7%
Magenta0.0%
Yellow23.9%
Key (black)11.4%
Color previews
#52e2ac text on a black background
contrast 12.83:1
Card sample
#52e2ac text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52e2ac;
Background color
Panel with #52e2ac background
background-color: #52e2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52e2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 226, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 226, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52e2ac; background: linear-gradient(135deg, #52e2ac, #52B8E2);