#52eceb
a balanced, electric cyan · cool · closest name: turquoise
RGB
82, 236, 235
HSL
180°, 80%, 62%
CMYK
65, 0, 0, 8
Luminance
0.6778
Every format
| HEX | #52eceb |
| RGB | rgb(82, 236, 235) |
| HSL | hsl(180, 80%, 62%) |
| CMYK | cmyk(65%, 0%, 0%, 8%) |
| LAB | lab(85.9 -39.8 -11.4) |
| LCH | lch(85.9 41.4 196.0) |
| OKLCH | oklch(0.864 0.127 194.4) |
Copy-ready code
/* CSS */
color: #52eceb;
background-color: #52eceb;
/* Tailwind (arbitrary) */
class="text-[#52eceb] bg-[#52eceb]"
/* SCSS */
$brand: #52eceb;
/* SwiftUI */
Color(red: 0.322, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#52eceb")Accessibility — WCAG contrast
Aa
#52eceb on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52eceb on black: 14.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green92.5%
Blue92.2%
CMYK percentages
Cyan65.3%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#52eceb text on a black background
contrast 14.56:1
Card sample
#52eceb text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52eceb;
Background color
Panel with #52eceb background
background-color: #52eceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52eceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52eceb; background: linear-gradient(135deg, #52eceb, #5287EC);