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