#53deee
a balanced, electric cyan · cool · closest name: skyblue
RGB
83, 222, 238
HSL
186°, 82%, 63%
CMYK
65, 7, 0, 7
Luminance
0.6025
Every format
| HEX | #53deee |
| RGB | rgb(83, 222, 238) |
| HSL | hsl(186, 82%, 63%) |
| CMYK | cmyk(65%, 7%, 0%, 7%) |
| LAB | lab(82.0 -32.3 -18.9) |
| LCH | lch(82.0 37.4 210.3) |
| OKLCH | oklch(0.832 0.120 206.0) |
Copy-ready code
/* CSS */
color: #53deee;
background-color: #53deee;
/* Tailwind (arbitrary) */
class="text-[#53deee] bg-[#53deee]"
/* SCSS */
$brand: #53deee;
/* SwiftUI */
Color(red: 0.325, green: 0.871, blue: 0.933)
/* Android */
Color.parseColor("#53deee")Accessibility — WCAG contrast
Aa
#53deee on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53deee on black: 13.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green87.1%
Blue93.3%
CMYK percentages
Cyan65.1%
Magenta6.7%
Yellow0.0%
Key (black)6.7%
Color previews
#53deee text on a black background
contrast 13.05:1
Card sample
#53deee text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53deee;
Background color
Panel with #53deee background
background-color: #53deee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53deee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 222, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 222, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53deee; background: linear-gradient(135deg, #53deee, #5377EE);