#13dbfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
19, 219, 253
HSL
189°, 98%, 53%
CMYK
93, 13, 0, 1
Luminance
0.5789
Every format
| HEX | #13dbfd |
| RGB | rgb(19, 219, 253) |
| HSL | hsl(189, 98%, 53%) |
| CMYK | cmyk(93%, 13%, 0%, 1%) |
| LAB | lab(80.7 -31.9 -28.9) |
| LCH | lch(80.7 43.0 222.1) |
| OKLCH | oklch(0.821 0.143 214.5) |
Copy-ready code
/* CSS */
color: #13dbfd;
background-color: #13dbfd;
/* Tailwind (arbitrary) */
class="text-[#13dbfd] bg-[#13dbfd]"
/* SCSS */
$brand: #13dbfd;
/* SwiftUI */
Color(red: 0.075, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#13dbfd")Accessibility — WCAG contrast
Aa
#13dbfd on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#13dbfd on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green85.9%
Blue99.2%
CMYK percentages
Cyan92.5%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#13dbfd text on a black background
contrast 12.58:1
Card sample
#13dbfd text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13dbfd;
Background color
Panel with #13dbfd background
background-color: #13dbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13dbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13dbfd; background: linear-gradient(135deg, #13dbfd, #133FFD);