#13bcdf
a balanced, electric cyan · cool · closest name: skyblue
RGB
19, 188, 223
HSL
190°, 84%, 48%
CMYK
92, 16, 0, 13
Luminance
0.4143
Every format
| HEX | #13bcdf |
| RGB | rgb(19, 188, 223) |
| HSL | hsl(190, 84%, 48%) |
| CMYK | cmyk(92%, 16%, 0%, 13%) |
| LAB | lab(70.5 -26.5 -28.4) |
| LCH | lch(70.5 38.8 227.0) |
| OKLCH | oklch(0.735 0.130 217.9) |
Copy-ready code
/* CSS */
color: #13bcdf;
background-color: #13bcdf;
/* Tailwind (arbitrary) */
class="text-[#13bcdf] bg-[#13bcdf]"
/* SCSS */
$brand: #13bcdf;
/* SwiftUI */
Color(red: 0.075, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#13bcdf")Accessibility — WCAG contrast
Aa
#13bcdf on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#13bcdf on black: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green73.7%
Blue87.5%
CMYK percentages
Cyan91.5%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#13bcdf text on a black background
contrast 9.29:1
Card sample
#13bcdf text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13bcdf;
Background color
Panel with #13bcdf background
background-color: #13bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13bcdf; background: linear-gradient(135deg, #13bcdf, #1334DF);