#52caca
a balanced, vivid cyan · cool · closest name: turquoise
RGB
82, 202, 202
HSL
180°, 53%, 56%
CMYK
59, 0, 0, 21
Luminance
0.4830
Every format
| HEX | #52caca |
| RGB | rgb(82, 202, 202) |
| HSL | hsl(180, 53%, 56%) |
| CMYK | cmyk(59%, 0%, 0%, 21%) |
| LAB | lab(75.0 -33.0 -10.0) |
| LCH | lch(75.0 34.5 196.9) |
| OKLCH | oklch(0.772 0.106 195.2) |
Copy-ready code
/* CSS */
color: #52caca;
background-color: #52caca;
/* Tailwind (arbitrary) */
class="text-[#52caca] bg-[#52caca]"
/* SCSS */
$brand: #52caca;
/* SwiftUI */
Color(red: 0.322, green: 0.792, blue: 0.792)
/* Android */
Color.parseColor("#52caca")Accessibility — WCAG contrast
Aa
#52caca on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52caca on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green79.2%
Blue79.2%
CMYK percentages
Cyan59.4%
Magenta0.0%
Yellow0.0%
Key (black)20.8%
Color previews
#52caca text on a black background
contrast 10.66:1
Card sample
#52caca text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52caca;
Background color
Panel with #52caca background
background-color: #52caca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52caca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 202, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 202, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52caca; background: linear-gradient(135deg, #52caca, #527ACA);