#53cfff
a light, electric cyan · cool · closest name: skyblue
RGB
83, 207, 255
HSL
197°, 100%, 66%
CMYK
68, 19, 0, 0
Luminance
0.5368
Every format
| HEX | #53cfff |
| RGB | rgb(83, 207, 255) |
| HSL | hsl(197, 100%, 66%) |
| CMYK | cmyk(68%, 19%, 0%, 0%) |
| LAB | lab(78.3 -19.8 -33.6) |
| LCH | lch(78.3 39.0 239.5) |
| OKLCH | oklch(0.804 0.128 227.4) |
Copy-ready code
/* CSS */
color: #53cfff;
background-color: #53cfff;
/* Tailwind (arbitrary) */
class="text-[#53cfff] bg-[#53cfff]"
/* SCSS */
$brand: #53cfff;
/* SwiftUI */
Color(red: 0.325, green: 0.812, blue: 1.000)
/* Android */
Color.parseColor("#53cfff")Accessibility — WCAG contrast
Aa
#53cfff on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53cfff on black: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green81.2%
Blue100.0%
CMYK percentages
Cyan67.5%
Magenta18.8%
Yellow0.0%
Key (black)0.0%
Color previews
#53cfff text on a black background
contrast 11.74:1
Card sample
#53cfff text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53cfff;
Background color
Panel with #53cfff background
background-color: #53cfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53cfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 207, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 207, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53cfff; background: linear-gradient(135deg, #53cfff, #535DFF);