#52cfcc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
82, 207, 204
HSL
179°, 57%, 57%
CMYK
60, 0, 1, 19
Luminance
0.5078
Every format
| HEX | #52cfcc |
| RGB | rgb(82, 207, 204) |
| HSL | hsl(179, 57%, 57%) |
| CMYK | cmyk(60%, 0%, 1%, 19%) |
| LAB | lab(76.5 -34.8 -8.8) |
| LCH | lch(76.5 35.9 194.2) |
| OKLCH | oklch(0.785 0.110 192.9) |
Copy-ready code
/* CSS */
color: #52cfcc;
background-color: #52cfcc;
/* Tailwind (arbitrary) */
class="text-[#52cfcc] bg-[#52cfcc]"
/* SCSS */
$brand: #52cfcc;
/* SwiftUI */
Color(red: 0.322, green: 0.812, blue: 0.800)
/* Android */
Color.parseColor("#52cfcc")Accessibility — WCAG contrast
Aa
#52cfcc on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52cfcc on black: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green81.2%
Blue80.0%
CMYK percentages
Cyan60.4%
Magenta0.0%
Yellow1.4%
Key (black)18.8%
Color previews
#52cfcc text on a black background
contrast 11.16:1
Card sample
#52cfcc text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52cfcc;
Background color
Panel with #52cfcc background
background-color: #52cfcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52cfcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 207, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 207, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52cfcc; background: linear-gradient(135deg, #52cfcc, #527FCF);