#52f2cf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
82, 242, 207
HSL
167°, 86%, 64%
CMYK
66, 0, 15, 5
Luminance
0.6980
Every format
| HEX | #52f2cf |
| RGB | rgb(82, 242, 207) |
| HSL | hsl(167, 86%, 64%) |
| CMYK | cmyk(66%, 0%, 15%, 5%) |
| LAB | lab(86.9 -49.6 4.8) |
| LCH | lch(86.9 49.8 174.5) |
| OKLCH | oklch(0.869 0.141 175.2) |
Copy-ready code
/* CSS */
color: #52f2cf;
background-color: #52f2cf;
/* Tailwind (arbitrary) */
class="text-[#52f2cf] bg-[#52f2cf]"
/* SCSS */
$brand: #52f2cf;
/* SwiftUI */
Color(red: 0.322, green: 0.949, blue: 0.812)
/* Android */
Color.parseColor("#52f2cf")Accessibility — WCAG contrast
Aa
#52f2cf on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52f2cf on black: 14.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green94.9%
Blue81.2%
CMYK percentages
Cyan66.1%
Magenta0.0%
Yellow14.5%
Key (black)5.1%
Color previews
#52f2cf text on a black background
contrast 14.96:1
Card sample
#52f2cf text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52f2cf;
Background color
Panel with #52f2cf background
background-color: #52f2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52f2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 242, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 242, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52f2cf; background: linear-gradient(135deg, #52f2cf, #52AAF2);