#52c6af
a balanced, vivid cyan · cool · closest name: turquoise
RGB
82, 198, 175
HSL
168°, 50%, 55%
CMYK
59, 0, 12, 22
Luminance
0.4528
Every format
| HEX | #52c6af |
| RGB | rgb(82, 198, 175) |
| HSL | hsl(168, 50%, 55%) |
| CMYK | cmyk(59%, 0%, 12%, 22%) |
| LAB | lab(73.1 -38.3 1.8) |
| LCH | lch(73.1 38.3 177.4) |
| OKLCH | oklch(0.754 0.110 177.9) |
Copy-ready code
/* CSS */
color: #52c6af;
background-color: #52c6af;
/* Tailwind (arbitrary) */
class="text-[#52c6af] bg-[#52c6af]"
/* SCSS */
$brand: #52c6af;
/* SwiftUI */
Color(red: 0.322, green: 0.776, blue: 0.686)
/* Android */
Color.parseColor("#52c6af")Accessibility — WCAG contrast
Aa
#52c6af on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52c6af on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green77.6%
Blue68.6%
CMYK percentages
Cyan58.6%
Magenta0.0%
Yellow11.6%
Key (black)22.4%
Color previews
#52c6af text on a black background
contrast 10.06:1
Card sample
#52c6af text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52c6af;
Background color
Panel with #52c6af background
background-color: #52c6af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52c6af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 198, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 198, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52c6af; background: linear-gradient(135deg, #52c6af, #5290C6);