#53cbfd
a light, electric cyan · cool · closest name: skyblue
RGB
83, 203, 253
HSL
198°, 98%, 66%
CMYK
67, 20, 0, 1
Luminance
0.5164
Every format
| HEX | #53cbfd |
| RGB | rgb(83, 203, 253) |
| HSL | hsl(198, 98%, 66%) |
| CMYK | cmyk(67%, 20%, 0%, 1%) |
| LAB | lab(77.1 -18.4 -34.4) |
| LCH | lch(77.1 39.0 241.9) |
| OKLCH | oklch(0.794 0.127 229.2) |
Copy-ready code
/* CSS */
color: #53cbfd;
background-color: #53cbfd;
/* Tailwind (arbitrary) */
class="text-[#53cbfd] bg-[#53cbfd]"
/* SCSS */
$brand: #53cbfd;
/* SwiftUI */
Color(red: 0.325, green: 0.796, blue: 0.992)
/* Android */
Color.parseColor("#53cbfd")Accessibility — WCAG contrast
Aa
#53cbfd on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53cbfd on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green79.6%
Blue99.2%
CMYK percentages
Cyan67.2%
Magenta19.8%
Yellow0.0%
Key (black)0.8%
Color previews
#53cbfd text on a black background
contrast 11.33:1
Card sample
#53cbfd text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53cbfd;
Background color
Panel with #53cbfd background
background-color: #53cbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53cbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 203, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 203, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53cbfd; background: linear-gradient(135deg, #53cbfd, #535AFD);