#53daeb
a balanced, electric cyan · cool · closest name: skyblue
RGB
83, 218, 235
HSL
187°, 79%, 62%
CMYK
65, 7, 0, 8
Luminance
0.5798
Every format
| HEX | #53daeb |
| RGB | rgb(83, 218, 235) |
| HSL | hsl(187, 79%, 62%) |
| CMYK | cmyk(65%, 7%, 0%, 8%) |
| LAB | lab(80.7 -31.2 -19.2) |
| LCH | lch(80.7 36.6 211.5) |
| OKLCH | oklch(0.822 0.117 206.9) |
Copy-ready code
/* CSS */
color: #53daeb;
background-color: #53daeb;
/* Tailwind (arbitrary) */
class="text-[#53daeb] bg-[#53daeb]"
/* SCSS */
$brand: #53daeb;
/* SwiftUI */
Color(red: 0.325, green: 0.855, blue: 0.922)
/* Android */
Color.parseColor("#53daeb")Accessibility — WCAG contrast
Aa
#53daeb on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53daeb on black: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green85.5%
Blue92.2%
CMYK percentages
Cyan64.7%
Magenta7.2%
Yellow0.0%
Key (black)7.8%
Color previews
#53daeb text on a black background
contrast 12.60:1
Card sample
#53daeb text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53daeb;
Background color
Panel with #53daeb background
background-color: #53daeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53daeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 218, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 218, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53daeb; background: linear-gradient(135deg, #53daeb, #5375EB);