#52f2d2
a balanced, electric cyan · cool · closest name: aquamarine
RGB
82, 242, 210
HSL
168°, 86%, 64%
CMYK
66, 0, 13, 5
Luminance
0.6995
Every format
| HEX | #52f2d2 |
| RGB | rgb(82, 242, 210) |
| HSL | hsl(168, 86%, 64%) |
| CMYK | cmyk(66%, 0%, 13%, 5%) |
| LAB | lab(87.0 -48.9 3.3) |
| LCH | lch(87.0 49.0 176.1) |
| OKLCH | oklch(0.870 0.140 176.7) |
Copy-ready code
/* CSS */
color: #52f2d2;
background-color: #52f2d2;
/* Tailwind (arbitrary) */
class="text-[#52f2d2] bg-[#52f2d2]"
/* SCSS */
$brand: #52f2d2;
/* SwiftUI */
Color(red: 0.322, green: 0.949, blue: 0.824)
/* Android */
Color.parseColor("#52f2d2")Accessibility — WCAG contrast
Aa
#52f2d2 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52f2d2 on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green94.9%
Blue82.4%
CMYK percentages
Cyan66.1%
Magenta0.0%
Yellow13.2%
Key (black)5.1%
Color previews
#52f2d2 text on a black background
contrast 14.99:1
Card sample
#52f2d2 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52f2d2;
Background color
Panel with #52f2d2 background
background-color: #52f2d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52f2d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 242, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 242, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52f2d2; background: linear-gradient(135deg, #52f2d2, #52A7F2);