#13cbdf
a balanced, electric cyan · cool · closest name: skyblue
RGB
19, 203, 223
HSL
186°, 84%, 48%
CMYK
92, 9, 0, 13
Luminance
0.4818
Every format
| HEX | #13cbdf |
| RGB | rgb(19, 203, 223) |
| HSL | hsl(186, 84%, 48%) |
| CMYK | cmyk(92%, 9%, 0%, 13%) |
| LAB | lab(74.9 -33.8 -21.6) |
| LCH | lch(74.9 40.1 212.6) |
| OKLCH | oklch(0.771 0.130 207.5) |
Copy-ready code
/* CSS */
color: #13cbdf;
background-color: #13cbdf;
/* Tailwind (arbitrary) */
class="text-[#13cbdf] bg-[#13cbdf]"
/* SCSS */
$brand: #13cbdf;
/* SwiftUI */
Color(red: 0.075, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#13cbdf")Accessibility — WCAG contrast
Aa
#13cbdf on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#13cbdf on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green79.6%
Blue87.5%
CMYK percentages
Cyan91.5%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#13cbdf text on a black background
contrast 10.64:1
Card sample
#13cbdf text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13cbdf;
Background color
Panel with #13cbdf background
background-color: #13cbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13cbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13cbdf; background: linear-gradient(135deg, #13cbdf, #1343DF);