#52cfff
a light, electric cyan · cool · closest name: skyblue
RGB
82, 207, 255
HSL
197°, 100%, 66%
CMYK
68, 19, 0, 0
Luminance
0.5364
Every format
| HEX | #52cfff |
| RGB | rgb(82, 207, 255) |
| HSL | hsl(197, 100%, 66%) |
| CMYK | cmyk(68%, 19%, 0%, 0%) |
| LAB | lab(78.3 -19.9 -33.6) |
| LCH | lch(78.3 39.1 239.3) |
| OKLCH | oklch(0.804 0.128 227.3) |
Copy-ready code
/* CSS */
color: #52cfff;
background-color: #52cfff;
/* Tailwind (arbitrary) */
class="text-[#52cfff] bg-[#52cfff]"
/* SCSS */
$brand: #52cfff;
/* SwiftUI */
Color(red: 0.322, green: 0.812, blue: 1.000)
/* Android */
Color.parseColor("#52cfff")Accessibility — WCAG contrast
Aa
#52cfff on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52cfff on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green81.2%
Blue100.0%
CMYK percentages
Cyan67.8%
Magenta18.8%
Yellow0.0%
Key (black)0.0%
Color previews
#52cfff text on a black background
contrast 11.73:1
Card sample
#52cfff text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52cfff;
Background color
Panel with #52cfff background
background-color: #52cfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52cfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 207, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 207, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52cfff; background: linear-gradient(135deg, #52cfff, #525CFF);