#52cceb
a balanced, electric cyan · cool · closest name: skyblue
RGB
82, 204, 235
HSL
192°, 79%, 62%
CMYK
65, 13, 0, 8
Luminance
0.5098
Every format
| HEX | #52cceb |
| RGB | rgb(82, 204, 235) |
| HSL | hsl(192, 79%, 62%) |
| CMYK | cmyk(65%, 13%, 0%, 8%) |
| LAB | lab(76.7 -24.5 -25.3) |
| LCH | lch(76.7 35.3 225.9) |
| OKLCH | oklch(0.789 0.115 217.7) |
Copy-ready code
/* CSS */
color: #52cceb;
background-color: #52cceb;
/* Tailwind (arbitrary) */
class="text-[#52cceb] bg-[#52cceb]"
/* SCSS */
$brand: #52cceb;
/* SwiftUI */
Color(red: 0.322, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#52cceb")Accessibility — WCAG contrast
Aa
#52cceb on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52cceb on black: 11.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green80.0%
Blue92.2%
CMYK percentages
Cyan65.1%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#52cceb text on a black background
contrast 11.20:1
Card sample
#52cceb text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52cceb;
Background color
Panel with #52cceb background
background-color: #52cceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52cceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52cceb; background: linear-gradient(135deg, #52cceb, #5266EB);