#53dbfd
a light, electric cyan · cool · closest name: skyblue
RGB
83, 219, 253
HSL
192°, 98%, 66%
CMYK
67, 13, 0, 1
Luminance
0.5959
Every format
| HEX | #53dbfd |
| RGB | rgb(83, 219, 253) |
| HSL | hsl(192, 98%, 66%) |
| CMYK | cmyk(67%, 13%, 0%, 1%) |
| LAB | lab(81.6 -26.4 -27.4) |
| LCH | lch(81.6 38.0 226.0) |
| OKLCH | oklch(0.831 0.125 217.7) |
Copy-ready code
/* CSS */
color: #53dbfd;
background-color: #53dbfd;
/* Tailwind (arbitrary) */
class="text-[#53dbfd] bg-[#53dbfd]"
/* SCSS */
$brand: #53dbfd;
/* SwiftUI */
Color(red: 0.325, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#53dbfd")Accessibility — WCAG contrast
Aa
#53dbfd on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53dbfd on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green85.9%
Blue99.2%
CMYK percentages
Cyan67.2%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#53dbfd text on a black background
contrast 12.92:1
Card sample
#53dbfd text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53dbfd;
Background color
Panel with #53dbfd background
background-color: #53dbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53dbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53dbfd; background: linear-gradient(135deg, #53dbfd, #536AFD);