#52bafd
a light, electric blue · cool · closest name: skyblue
RGB
82, 186, 253
HSL
204°, 98%, 66%
CMYK
68, 27, 0, 1
Luminance
0.4400
Every format
| HEX | #52bafd |
| RGB | rgb(82, 186, 253) |
| HSL | hsl(204, 98%, 66%) |
| CMYK | cmyk(68%, 27%, 0%, 1%) |
| LAB | lab(72.2 -9.5 -41.9) |
| LCH | lch(72.2 42.9 257.2) |
| OKLCH | oklch(0.756 0.136 240.3) |
Copy-ready code
/* CSS */
color: #52bafd;
background-color: #52bafd;
/* Tailwind (arbitrary) */
class="text-[#52bafd] bg-[#52bafd]"
/* SCSS */
$brand: #52bafd;
/* SwiftUI */
Color(red: 0.322, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#52bafd")Accessibility — WCAG contrast
Aa
#52bafd on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#52bafd on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green72.9%
Blue99.2%
CMYK percentages
Cyan67.6%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#52bafd text on a black background
contrast 9.80:1
Card sample
#52bafd text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52bafd;
Background color
Panel with #52bafd background
background-color: #52bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52bafd; background: linear-gradient(135deg, #52bafd, #5C52FD);