#52c7af
a balanced, vivid cyan · cool · closest name: turquoise
RGB
82, 199, 175
HSL
168°, 51%, 55%
CMYK
59, 0, 12, 22
Luminance
0.4574
Every format
| HEX | #52c7af |
| RGB | rgb(82, 199, 175) |
| HSL | hsl(168, 51%, 55%) |
| CMYK | cmyk(59%, 0%, 12%, 22%) |
| LAB | lab(73.4 -38.7 2.2) |
| LCH | lch(73.4 38.8 176.8) |
| OKLCH | oklch(0.756 0.111 177.3) |
Copy-ready code
/* CSS */
color: #52c7af;
background-color: #52c7af;
/* Tailwind (arbitrary) */
class="text-[#52c7af] bg-[#52c7af]"
/* SCSS */
$brand: #52c7af;
/* SwiftUI */
Color(red: 0.322, green: 0.780, blue: 0.686)
/* Android */
Color.parseColor("#52c7af")Accessibility — WCAG contrast
Aa
#52c7af on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52c7af on black: 10.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green78.0%
Blue68.6%
CMYK percentages
Cyan58.8%
Magenta0.0%
Yellow12.1%
Key (black)22.0%
Color previews
#52c7af text on a black background
contrast 10.15:1
Card sample
#52c7af text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52c7af;
Background color
Panel with #52c7af background
background-color: #52c7af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52c7af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 199, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 199, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52c7af; background: linear-gradient(135deg, #52c7af, #5291C7);