#53dbf3
a balanced, electric cyan · cool · closest name: skyblue
RGB
83, 219, 243
HSL
189°, 87%, 64%
CMYK
66, 10, 0, 5
Luminance
0.5897
Every format
| HEX | #53dbf3 |
| RGB | rgb(83, 219, 243) |
| HSL | hsl(189, 87%, 64%) |
| CMYK | cmyk(66%, 10%, 0%, 5%) |
| LAB | lab(81.3 -29.4 -22.6) |
| LCH | lch(81.3 37.1 217.5) |
| OKLCH | oklch(0.827 0.120 211.5) |
Copy-ready code
/* CSS */
color: #53dbf3;
background-color: #53dbf3;
/* Tailwind (arbitrary) */
class="text-[#53dbf3] bg-[#53dbf3]"
/* SCSS */
$brand: #53dbf3;
/* SwiftUI */
Color(red: 0.325, green: 0.859, blue: 0.953)
/* Android */
Color.parseColor("#53dbf3")Accessibility — WCAG contrast
Aa
#53dbf3 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#53dbf3 on black: 12.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green85.9%
Blue95.3%
CMYK percentages
Cyan65.8%
Magenta9.9%
Yellow0.0%
Key (black)4.7%
Color previews
#53dbf3 text on a black background
contrast 12.79:1
Card sample
#53dbf3 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #53dbf3;
Background color
Panel with #53dbf3 background
background-color: #53dbf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #53dbf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 219, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 219, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #53dbf3; background: linear-gradient(135deg, #53dbf3, #5370F3);