#52c2ba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
82, 194, 186
HSL
176°, 48%, 54%
CMYK
58, 0, 4, 24
Luminance
0.4392
Every format
| HEX | #52c2ba |
| RGB | rgb(82, 194, 186) |
| HSL | hsl(176, 48%, 54%) |
| CMYK | cmyk(58%, 0%, 4%, 24%) |
| LAB | lab(72.2 -33.6 -5.5) |
| LCH | lch(72.2 34.0 189.4) |
| OKLCH | oklch(0.748 0.102 188.8) |
Copy-ready code
/* CSS */
color: #52c2ba;
background-color: #52c2ba;
/* Tailwind (arbitrary) */
class="text-[#52c2ba] bg-[#52c2ba]"
/* SCSS */
$brand: #52c2ba;
/* SwiftUI */
Color(red: 0.322, green: 0.761, blue: 0.729)
/* Android */
Color.parseColor("#52c2ba")Accessibility — WCAG contrast
Aa
#52c2ba on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52c2ba on black: 9.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green76.1%
Blue72.9%
CMYK percentages
Cyan57.7%
Magenta0.0%
Yellow4.1%
Key (black)23.9%
Color previews
#52c2ba text on a black background
contrast 9.78:1
Card sample
#52c2ba text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52c2ba;
Background color
Panel with #52c2ba background
background-color: #52c2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52c2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 194, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 194, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52c2ba; background: linear-gradient(135deg, #52c2ba, #527FC2);