#52daeb
a balanced, electric cyan · cool · closest name: skyblue
RGB
82, 218, 235
HSL
187°, 79%, 62%
CMYK
65, 7, 0, 8
Luminance
0.5793
Every format
| HEX | #52daeb |
| RGB | rgb(82, 218, 235) |
| HSL | hsl(187, 79%, 62%) |
| CMYK | cmyk(65%, 7%, 0%, 8%) |
| LAB | lab(80.7 -31.4 -19.2) |
| LCH | lch(80.7 36.8 211.5) |
| OKLCH | oklch(0.822 0.118 206.8) |
Copy-ready code
/* CSS */
color: #52daeb;
background-color: #52daeb;
/* Tailwind (arbitrary) */
class="text-[#52daeb] bg-[#52daeb]"
/* SCSS */
$brand: #52daeb;
/* SwiftUI */
Color(red: 0.322, green: 0.855, blue: 0.922)
/* Android */
Color.parseColor("#52daeb")Accessibility — WCAG contrast
Aa
#52daeb on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52daeb on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green85.5%
Blue92.2%
CMYK percentages
Cyan65.1%
Magenta7.2%
Yellow0.0%
Key (black)7.8%
Color previews
#52daeb text on a black background
contrast 12.59:1
Card sample
#52daeb text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52daeb;
Background color
Panel with #52daeb background
background-color: #52daeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52daeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 218, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 218, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52daeb; background: linear-gradient(135deg, #52daeb, #5274EB);