#53cdf0
a balanced, electric cyan · cool · closest name: skyblue
RGB
83, 205, 240
HSL
193°, 84%, 63%
CMYK
65, 15, 0, 6
Luminance
0.5179
Every format
| HEX | #53cdf0 |
| RGB | rgb(83, 205, 240) |
| HSL | hsl(193, 84%, 63%) |
| CMYK | cmyk(65%, 15%, 0%, 6%) |
| LAB | lab(77.2 -23.4 -27.3) |
| LCH | lch(77.2 35.9 229.4) |
| OKLCH | oklch(0.794 0.118 220.2) |
Copy-ready code
/* CSS */
color: #53cdf0;
background-color: #53cdf0;
/* Tailwind (arbitrary) */
class="text-[#53cdf0] bg-[#53cdf0]"
/* SCSS */
$brand: #53cdf0;
/* SwiftUI */
Color(red: 0.325, green: 0.804, blue: 0.941)
/* Android */
Color.parseColor("#53cdf0")Accessibility — WCAG contrast
Aa
#53cdf0 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53cdf0 on black: 11.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green80.4%
Blue94.1%
CMYK percentages
Cyan65.4%
Magenta14.6%
Yellow0.0%
Key (black)5.9%
Color previews
#53cdf0 text on a black background
contrast 11.36:1
Card sample
#53cdf0 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53cdf0;
Background color
Panel with #53cdf0 background
background-color: #53cdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53cdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 205, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 205, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53cdf0; background: linear-gradient(135deg, #53cdf0, #5364F0);