#52cdf7
a balanced, electric cyan · cool · closest name: skyblue
RGB
82, 205, 247
HSL
195°, 91%, 65%
CMYK
67, 17, 0, 3
Luminance
0.5217
Every format
| HEX | #52cdf7 |
| RGB | rgb(82, 205, 247) |
| HSL | hsl(195, 91%, 65%) |
| CMYK | cmyk(67%, 17%, 0%, 3%) |
| LAB | lab(77.4 -21.4 -30.7) |
| LCH | lch(77.4 37.4 235.1) |
| OKLCH | oklch(0.796 0.123 224.3) |
Copy-ready code
/* CSS */
color: #52cdf7;
background-color: #52cdf7;
/* Tailwind (arbitrary) */
class="text-[#52cdf7] bg-[#52cdf7]"
/* SCSS */
$brand: #52cdf7;
/* SwiftUI */
Color(red: 0.322, green: 0.804, blue: 0.969)
/* Android */
Color.parseColor("#52cdf7")Accessibility — WCAG contrast
Aa
#52cdf7 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52cdf7 on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green80.4%
Blue96.9%
CMYK percentages
Cyan66.8%
Magenta17.0%
Yellow0.0%
Key (black)3.1%
Color previews
#52cdf7 text on a black background
contrast 11.43:1
Card sample
#52cdf7 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52cdf7;
Background color
Panel with #52cdf7 background
background-color: #52cdf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52cdf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 205, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 205, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52cdf7; background: linear-gradient(135deg, #52cdf7, #525FF7);