#52cdf1
a balanced, electric cyan · cool · closest name: skyblue
RGB
82, 205, 241
HSL
194°, 85%, 63%
CMYK
66, 15, 0, 6
Luminance
0.5181
Every format
| HEX | #52cdf1 |
| RGB | rgb(82, 205, 241) |
| HSL | hsl(194, 85%, 63%) |
| CMYK | cmyk(66%, 15%, 0%, 6%) |
| LAB | lab(77.2 -23.2 -27.8) |
| LCH | lch(77.2 36.2 230.1) |
| OKLCH | oklch(0.794 0.119 220.7) |
Copy-ready code
/* CSS */
color: #52cdf1;
background-color: #52cdf1;
/* Tailwind (arbitrary) */
class="text-[#52cdf1] bg-[#52cdf1]"
/* SCSS */
$brand: #52cdf1;
/* SwiftUI */
Color(red: 0.322, green: 0.804, blue: 0.945)
/* Android */
Color.parseColor("#52cdf1")Accessibility — WCAG contrast
Aa
#52cdf1 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52cdf1 on black: 11.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green80.4%
Blue94.5%
CMYK percentages
Cyan66.0%
Magenta14.9%
Yellow0.0%
Key (black)5.5%
Color previews
#52cdf1 text on a black background
contrast 11.36:1
Card sample
#52cdf1 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52cdf1;
Background color
Panel with #52cdf1 background
background-color: #52cdf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52cdf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 205, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 205, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52cdf1; background: linear-gradient(135deg, #52cdf1, #5263F1);