#52dbff
a light, electric cyan · cool · closest name: skyblue
RGB
82, 219, 255
HSL
193°, 100%, 66%
CMYK
68, 14, 0, 0
Luminance
0.5968
Every format
| HEX | #52dbff |
| RGB | rgb(82, 219, 255) |
| HSL | hsl(193, 100%, 66%) |
| CMYK | cmyk(68%, 14%, 0%, 0%) |
| LAB | lab(81.7 -26.0 -28.4) |
| LCH | lch(81.7 38.5 227.5) |
| OKLCH | oklch(0.832 0.126 218.8) |
Copy-ready code
/* CSS */
color: #52dbff;
background-color: #52dbff;
/* Tailwind (arbitrary) */
class="text-[#52dbff] bg-[#52dbff]"
/* SCSS */
$brand: #52dbff;
/* SwiftUI */
Color(red: 0.322, green: 0.859, blue: 1.000)
/* Android */
Color.parseColor("#52dbff")Accessibility — WCAG contrast
Aa
#52dbff on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52dbff on black: 12.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green85.9%
Blue100.0%
CMYK percentages
Cyan67.8%
Magenta14.1%
Yellow0.0%
Key (black)0.0%
Color previews
#52dbff text on a black background
contrast 12.94:1
Card sample
#52dbff text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52dbff;
Background color
Panel with #52dbff background
background-color: #52dbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52dbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 219, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 219, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52dbff; background: linear-gradient(135deg, #52dbff, #5268FF);