#52cdf0
a balanced, electric cyan · cool · closest name: skyblue
RGB
82, 205, 240
HSL
193°, 84%, 63%
CMYK
66, 15, 0, 6
Luminance
0.5175
Every format
| HEX | #52cdf0 |
| RGB | rgb(82, 205, 240) |
| HSL | hsl(193, 84%, 63%) |
| CMYK | cmyk(66%, 15%, 0%, 6%) |
| LAB | lab(77.1 -23.5 -27.3) |
| LCH | lch(77.1 36.0 229.3) |
| OKLCH | oklch(0.793 0.118 220.1) |
Copy-ready code
/* CSS */
color: #52cdf0;
background-color: #52cdf0;
/* Tailwind (arbitrary) */
class="text-[#52cdf0] bg-[#52cdf0]"
/* SCSS */
$brand: #52cdf0;
/* SwiftUI */
Color(red: 0.322, green: 0.804, blue: 0.941)
/* Android */
Color.parseColor("#52cdf0")Accessibility — WCAG contrast
Aa
#52cdf0 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52cdf0 on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green80.4%
Blue94.1%
CMYK percentages
Cyan65.8%
Magenta14.6%
Yellow0.0%
Key (black)5.9%
Color previews
#52cdf0 text on a black background
contrast 11.35:1
Card sample
#52cdf0 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52cdf0;
Background color
Panel with #52cdf0 background
background-color: #52cdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52cdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 205, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 205, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52cdf0; background: linear-gradient(135deg, #52cdf0, #5264F0);