#52cccf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
82, 204, 207
HSL
181°, 57%, 57%
CMYK
60, 1, 0, 19
Luminance
0.4948
Every format
| HEX | #52cccf |
| RGB | rgb(82, 204, 207) |
| HSL | hsl(181, 57%, 57%) |
| CMYK | cmyk(60%, 1%, 0%, 19%) |
| LAB | lab(75.8 -32.6 -11.6) |
| LCH | lch(75.8 34.6 199.6) |
| OKLCH | oklch(0.779 0.107 197.5) |
Copy-ready code
/* CSS */
color: #52cccf;
background-color: #52cccf;
/* Tailwind (arbitrary) */
class="text-[#52cccf] bg-[#52cccf]"
/* SCSS */
$brand: #52cccf;
/* SwiftUI */
Color(red: 0.322, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#52cccf")Accessibility — WCAG contrast
Aa
#52cccf on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52cccf on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green80.0%
Blue81.2%
CMYK percentages
Cyan60.4%
Magenta1.4%
Yellow0.0%
Key (black)18.8%
Color previews
#52cccf text on a black background
contrast 10.90:1
Card sample
#52cccf text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52cccf;
Background color
Panel with #52cccf background
background-color: #52cccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52cccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52cccf; background: linear-gradient(135deg, #52cccf, #5279CF);