#13bafd
a balanced, electric cyan · cool · closest name: skyblue
RGB
19, 186, 253
HSL
197°, 98%, 53%
CMYK
93, 27, 0, 1
Luminance
0.4235
Every format
| HEX | #13bafd |
| RGB | rgb(19, 186, 253) |
| HSL | hsl(197, 98%, 53%) |
| CMYK | cmyk(93%, 27%, 0%, 1%) |
| LAB | lab(71.1 -15.2 -43.7) |
| LCH | lch(71.1 46.3 250.8) |
| OKLCH | oklch(0.744 0.153 234.0) |
Copy-ready code
/* CSS */
color: #13bafd;
background-color: #13bafd;
/* Tailwind (arbitrary) */
class="text-[#13bafd] bg-[#13bafd]"
/* SCSS */
$brand: #13bafd;
/* SwiftUI */
Color(red: 0.075, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#13bafd")Accessibility — WCAG contrast
Aa
#13bafd on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#13bafd on black: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green72.9%
Blue99.2%
CMYK percentages
Cyan92.5%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#13bafd text on a black background
contrast 9.47:1
Card sample
#13bafd text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13bafd;
Background color
Panel with #13bafd background
background-color: #13bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13bafd; background: linear-gradient(135deg, #13bafd, #131EFD);