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