#52cfaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
82, 207, 175
HSL
165°, 57%, 57%
CMYK
60, 0, 16, 19
Luminance
0.4951
Every format
| HEX | #52cfaf |
| RGB | rgb(82, 207, 175) |
| HSL | hsl(165, 57%, 57%) |
| CMYK | cmyk(60%, 0%, 16%, 19%) |
| LAB | lab(75.8 -42.3 5.7) |
| LCH | lch(75.8 42.6 172.4) |
| OKLCH | oklch(0.776 0.121 173.2) |
Copy-ready code
/* CSS */
color: #52cfaf;
background-color: #52cfaf;
/* Tailwind (arbitrary) */
class="text-[#52cfaf] bg-[#52cfaf]"
/* SCSS */
$brand: #52cfaf;
/* SwiftUI */
Color(red: 0.322, green: 0.812, blue: 0.686)
/* Android */
Color.parseColor("#52cfaf")Accessibility — WCAG contrast
Aa
#52cfaf on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52cfaf on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green81.2%
Blue68.6%
CMYK percentages
Cyan60.4%
Magenta0.0%
Yellow15.5%
Key (black)18.8%
Color previews
#52cfaf text on a black background
contrast 10.90:1
Card sample
#52cfaf text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52cfaf;
Background color
Panel with #52cfaf background
background-color: #52cfaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52cfaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 207, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 207, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52cfaf; background: linear-gradient(135deg, #52cfaf, #529CCF);