#53cceb
a balanced, electric cyan · cool · closest name: skyblue
RGB
83, 204, 235
HSL
192°, 79%, 62%
CMYK
65, 13, 0, 8
Luminance
0.5102
Every format
| HEX | #53cceb |
| RGB | rgb(83, 204, 235) |
| HSL | hsl(192, 79%, 62%) |
| CMYK | cmyk(65%, 13%, 0%, 8%) |
| LAB | lab(76.7 -24.4 -25.3) |
| LCH | lch(76.7 35.1 226.1) |
| OKLCH | oklch(0.789 0.115 217.8) |
Copy-ready code
/* CSS */
color: #53cceb;
background-color: #53cceb;
/* Tailwind (arbitrary) */
class="text-[#53cceb] bg-[#53cceb]"
/* SCSS */
$brand: #53cceb;
/* SwiftUI */
Color(red: 0.325, green: 0.800, blue: 0.922)
/* Android */
Color.parseColor("#53cceb")Accessibility — WCAG contrast
Aa
#53cceb on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53cceb on black: 11.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green80.0%
Blue92.2%
CMYK percentages
Cyan64.7%
Magenta13.2%
Yellow0.0%
Key (black)7.8%
Color previews
#53cceb text on a black background
contrast 11.20:1
Card sample
#53cceb text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53cceb;
Background color
Panel with #53cceb background
background-color: #53cceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53cceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 204, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 204, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53cceb; background: linear-gradient(135deg, #53cceb, #5367EB);