#52ebdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
82, 235, 223
HSL
175°, 79%, 62%
CMYK
65, 0, 5, 8
Luminance
0.6654
Every format
| HEX | #52ebdf |
| RGB | rgb(82, 235, 223) |
| HSL | hsl(175, 79%, 62%) |
| CMYK | cmyk(65%, 0%, 5%, 8%) |
| LAB | lab(85.3 -42.5 -6.0) |
| LCH | lch(85.3 42.9 188.0) |
| OKLCH | oklch(0.857 0.128 187.6) |
Copy-ready code
/* CSS */
color: #52ebdf;
background-color: #52ebdf;
/* Tailwind (arbitrary) */
class="text-[#52ebdf] bg-[#52ebdf]"
/* SCSS */
$brand: #52ebdf;
/* SwiftUI */
Color(red: 0.322, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#52ebdf")Accessibility — WCAG contrast
Aa
#52ebdf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52ebdf on black: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green92.2%
Blue87.5%
CMYK percentages
Cyan65.1%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#52ebdf text on a black background
contrast 14.31:1
Card sample
#52ebdf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52ebdf;
Background color
Panel with #52ebdf background
background-color: #52ebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52ebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52ebdf; background: linear-gradient(135deg, #52ebdf, #5291EB);