#52f2c2
a balanced, electric cyan · cool · closest name: aquamarine
RGB
82, 242, 194
HSL
162°, 86%, 64%
CMYK
66, 0, 20, 5
Luminance
0.6919
Every format
| HEX | #52f2c2 |
| RGB | rgb(82, 242, 194) |
| HSL | hsl(162, 86%, 64%) |
| CMYK | cmyk(66%, 0%, 20%, 5%) |
| LAB | lab(86.6 -52.6 11.1) |
| LCH | lch(86.6 53.8 168.1) |
| OKLCH | oklch(0.866 0.150 169.1) |
Copy-ready code
/* CSS */
color: #52f2c2;
background-color: #52f2c2;
/* Tailwind (arbitrary) */
class="text-[#52f2c2] bg-[#52f2c2]"
/* SCSS */
$brand: #52f2c2;
/* SwiftUI */
Color(red: 0.322, green: 0.949, blue: 0.761)
/* Android */
Color.parseColor("#52f2c2")Accessibility — WCAG contrast
Aa
#52f2c2 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52f2c2 on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green94.9%
Blue76.1%
CMYK percentages
Cyan66.1%
Magenta0.0%
Yellow19.8%
Key (black)5.1%
Color previews
#52f2c2 text on a black background
contrast 14.84:1
Card sample
#52f2c2 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52f2c2;
Background color
Panel with #52f2c2 background
background-color: #52f2c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52f2c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 242, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 242, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52f2c2; background: linear-gradient(135deg, #52f2c2, #52B7F2);