#53baeb
a balanced, electric cyan · cool · closest name: skyblue
RGB
83, 186, 235
HSL
199°, 79%, 62%
CMYK
65, 21, 0, 8
Luminance
0.4295
Every format
| HEX | #53baeb |
| RGB | rgb(83, 186, 235) |
| HSL | hsl(199, 79%, 62%) |
| CMYK | cmyk(65%, 21%, 0%, 8%) |
| LAB | lab(71.5 -15.1 -33.2) |
| LCH | lch(71.5 36.5 245.6) |
| OKLCH | oklch(0.748 0.118 232.1) |
Copy-ready code
/* CSS */
color: #53baeb;
background-color: #53baeb;
/* Tailwind (arbitrary) */
class="text-[#53baeb] bg-[#53baeb]"
/* SCSS */
$brand: #53baeb;
/* SwiftUI */
Color(red: 0.325, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#53baeb")Accessibility — WCAG contrast
Aa
#53baeb on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53baeb on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green72.9%
Blue92.2%
CMYK percentages
Cyan64.7%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#53baeb text on a black background
contrast 9.59:1
Card sample
#53baeb text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53baeb;
Background color
Panel with #53baeb background
background-color: #53baeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53baeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53baeb; background: linear-gradient(135deg, #53baeb, #5355EB);