#52c2ff
a light, electric blue · cool · closest name: skyblue
RGB
82, 194, 255
HSL
201°, 100%, 66%
CMYK
68, 24, 0, 0
Luminance
0.4760
Every format
| HEX | #52c2ff |
| RGB | rgb(82, 194, 255) |
| HSL | hsl(201, 100%, 66%) |
| CMYK | cmyk(68%, 24%, 0%, 0%) |
| LAB | lab(74.6 -13.2 -39.3) |
| LCH | lch(74.6 41.4 251.5) |
| OKLCH | oklch(0.775 0.133 236.1) |
Copy-ready code
/* CSS */
color: #52c2ff;
background-color: #52c2ff;
/* Tailwind (arbitrary) */
class="text-[#52c2ff] bg-[#52c2ff]"
/* SCSS */
$brand: #52c2ff;
/* SwiftUI */
Color(red: 0.322, green: 0.761, blue: 1.000)
/* Android */
Color.parseColor("#52c2ff")Accessibility — WCAG contrast
Aa
#52c2ff on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52c2ff on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green76.1%
Blue100.0%
CMYK percentages
Cyan67.8%
Magenta23.9%
Yellow0.0%
Key (black)0.0%
Color previews
#52c2ff text on a black background
contrast 10.52:1
Card sample
#52c2ff text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52c2ff;
Background color
Panel with #52c2ff background
background-color: #52c2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52c2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 194, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 194, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52c2ff; background: linear-gradient(135deg, #52c2ff, #5652FF);