#52cbaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
82, 203, 175
HSL
166°, 54%, 56%
CMYK
60, 0, 14, 20
Luminance
0.4760
Every format
| HEX | #52cbaf |
| RGB | rgb(82, 203, 175) |
| HSL | hsl(166, 54%, 56%) |
| CMYK | cmyk(60%, 0%, 14%, 20%) |
| LAB | lab(74.6 -40.5 3.9) |
| LCH | lch(74.6 40.7 174.5) |
| OKLCH | oklch(0.766 0.116 175.2) |
Copy-ready code
/* CSS */
color: #52cbaf;
background-color: #52cbaf;
/* Tailwind (arbitrary) */
class="text-[#52cbaf] bg-[#52cbaf]"
/* SCSS */
$brand: #52cbaf;
/* SwiftUI */
Color(red: 0.322, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#52cbaf")Accessibility — WCAG contrast
Aa
#52cbaf on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52cbaf on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green79.6%
Blue68.6%
CMYK percentages
Cyan59.6%
Magenta0.0%
Yellow13.8%
Key (black)20.4%
Color previews
#52cbaf text on a black background
contrast 10.52:1
Card sample
#52cbaf text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52cbaf;
Background color
Panel with #52cbaf background
background-color: #52cbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52cbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52cbaf; background: linear-gradient(135deg, #52cbaf, #5296CB);