#52eddf
a balanced, electric cyan · cool · closest name: turquoise
RGB
82, 237, 223
HSL
175°, 81%, 63%
CMYK
65, 0, 6, 7
Luminance
0.6769
Every format
| HEX | #52eddf |
| RGB | rgb(82, 237, 223) |
| HSL | hsl(175, 81%, 63%) |
| CMYK | cmyk(65%, 0%, 6%, 7%) |
| LAB | lab(85.8 -43.4 -5.2) |
| LCH | lch(85.8 43.7 186.8) |
| OKLCH | oklch(0.862 0.130 186.5) |
Copy-ready code
/* CSS */
color: #52eddf;
background-color: #52eddf;
/* Tailwind (arbitrary) */
class="text-[#52eddf] bg-[#52eddf]"
/* SCSS */
$brand: #52eddf;
/* SwiftUI */
Color(red: 0.322, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#52eddf")Accessibility — WCAG contrast
Aa
#52eddf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52eddf on black: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green92.9%
Blue87.5%
CMYK percentages
Cyan65.4%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#52eddf text on a black background
contrast 14.54:1
Card sample
#52eddf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52eddf;
Background color
Panel with #52eddf background
background-color: #52eddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52eddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52eddf; background: linear-gradient(135deg, #52eddf, #5293ED);