#52ceac
a balanced, vivid cyan · cool · closest name: turquoise
RGB
82, 206, 172
HSL
164°, 56%, 57%
CMYK
60, 0, 17, 19
Luminance
0.4892
Every format
| HEX | #52ceac |
| RGB | rgb(82, 206, 172) |
| HSL | hsl(164, 56%, 57%) |
| CMYK | cmyk(60%, 0%, 17%, 19%) |
| LAB | lab(75.4 -42.5 6.7) |
| LCH | lch(75.4 43.1 171.0) |
| OKLCH | oklch(0.773 0.121 171.9) |
Copy-ready code
/* CSS */
color: #52ceac;
background-color: #52ceac;
/* Tailwind (arbitrary) */
class="text-[#52ceac] bg-[#52ceac]"
/* SCSS */
$brand: #52ceac;
/* SwiftUI */
Color(red: 0.322, green: 0.808, blue: 0.675)
/* Android */
Color.parseColor("#52ceac")Accessibility — WCAG contrast
Aa
#52ceac on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52ceac on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green80.8%
Blue67.5%
CMYK percentages
Cyan60.2%
Magenta0.0%
Yellow16.5%
Key (black)19.2%
Color previews
#52ceac text on a black background
contrast 10.78:1
Card sample
#52ceac text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52ceac;
Background color
Panel with #52ceac background
background-color: #52ceac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52ceac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 206, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 206, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52ceac; background: linear-gradient(135deg, #52ceac, #529ECE);