#13afda
a balanced, electric cyan · cool · closest name: skyblue
RGB
19, 175, 218
HSL
193°, 84%, 47%
CMYK
91, 20, 0, 15
Luminance
0.3586
Every format
| HEX | #13afda |
| RGB | rgb(19, 175, 218) |
| HSL | hsl(193, 84%, 47%) |
| CMYK | cmyk(91%, 20%, 0%, 15%) |
| LAB | lab(66.4 -21.5 -31.9) |
| LCH | lch(66.4 38.5 236.0) |
| OKLCH | oklch(0.701 0.129 224.1) |
Copy-ready code
/* CSS */
color: #13afda;
background-color: #13afda;
/* Tailwind (arbitrary) */
class="text-[#13afda] bg-[#13afda]"
/* SCSS */
$brand: #13afda;
/* SwiftUI */
Color(red: 0.075, green: 0.686, blue: 0.855)
/* Android */
Color.parseColor("#13afda")Accessibility — WCAG contrast
Aa
#13afda on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#13afda on black: 8.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green68.6%
Blue85.5%
CMYK percentages
Cyan91.3%
Magenta19.7%
Yellow0.0%
Key (black)14.5%
Color previews
#13afda text on a black background
contrast 8.17:1
Card sample
#13afda text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13afda;
Background color
Panel with #13afda background
background-color: #13afda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13afda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 175, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 175, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13afda; background: linear-gradient(135deg, #13afda, #132ADA);