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