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