#52cbff
a light, electric cyan · cool · closest name: skyblue
RGB
82, 203, 255
HSL
198°, 100%, 66%
CMYK
68, 20, 0, 0
Luminance
0.5173
Every format
| HEX | #52cbff |
| RGB | rgb(82, 203, 255) |
| HSL | hsl(198, 100%, 66%) |
| CMYK | cmyk(68%, 20%, 0%, 0%) |
| LAB | lab(77.1 -17.9 -35.4) |
| LCH | lch(77.1 39.6 243.2) |
| OKLCH | oklch(0.795 0.129 230.0) |
Copy-ready code
/* CSS */
color: #52cbff;
background-color: #52cbff;
/* Tailwind (arbitrary) */
class="text-[#52cbff] bg-[#52cbff]"
/* SCSS */
$brand: #52cbff;
/* SwiftUI */
Color(red: 0.322, green: 0.796, blue: 1.000)
/* Android */
Color.parseColor("#52cbff")Accessibility — WCAG contrast
Aa
#52cbff on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52cbff on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green79.6%
Blue100.0%
CMYK percentages
Cyan67.8%
Magenta20.4%
Yellow0.0%
Key (black)0.0%
Color previews
#52cbff text on a black background
contrast 11.35:1
Card sample
#52cbff text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52cbff;
Background color
Panel with #52cbff background
background-color: #52cbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52cbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 203, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 203, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52cbff; background: linear-gradient(135deg, #52cbff, #5258FF);