#52fdec
a light, electric cyan · cool · closest name: cyan
RGB
82, 253, 236
HSL
174°, 98%, 66%
CMYK
68, 0, 7, 1
Luminance
0.7810
Every format
| HEX | #52fdec |
| RGB | rgb(82, 253, 236) |
| HSL | hsl(174, 98%, 66%) |
| CMYK | cmyk(68%, 0%, 7%, 1%) |
| LAB | lab(90.8 -47.0 -4.6) |
| LCH | lch(90.8 47.2 185.6) |
| OKLCH | oklch(0.904 0.140 185.4) |
Copy-ready code
/* CSS */
color: #52fdec;
background-color: #52fdec;
/* Tailwind (arbitrary) */
class="text-[#52fdec] bg-[#52fdec]"
/* SCSS */
$brand: #52fdec;
/* SwiftUI */
Color(red: 0.322, green: 0.992, blue: 0.925)
/* Android */
Color.parseColor("#52fdec")Accessibility — WCAG contrast
Aa
#52fdec on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52fdec on black: 16.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green99.2%
Blue92.5%
CMYK percentages
Cyan67.6%
Magenta0.0%
Yellow6.7%
Key (black)0.8%
Color previews
#52fdec text on a black background
contrast 16.62:1
Card sample
#52fdec text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52fdec;
Background color
Panel with #52fdec background
background-color: #52fdec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52fdec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 253, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 253, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52fdec; background: linear-gradient(135deg, #52fdec, #529CFD);