#13cdf1
a balanced, electric cyan · cool · closest name: skyblue
RGB
19, 205, 241
HSL
190°, 89%, 51%
CMYK
92, 15, 0, 6
Luminance
0.5015
Every format
| HEX | #13cdf1 |
| RGB | rgb(19, 205, 241) |
| HSL | hsl(190, 89%, 51%) |
| CMYK | cmyk(92%, 15%, 0%, 6%) |
| LAB | lab(76.2 -29.0 -29.4) |
| LCH | lch(76.2 41.3 225.4) |
| OKLCH | oklch(0.783 0.138 216.8) |
Copy-ready code
/* CSS */
color: #13cdf1;
background-color: #13cdf1;
/* Tailwind (arbitrary) */
class="text-[#13cdf1] bg-[#13cdf1]"
/* SCSS */
$brand: #13cdf1;
/* SwiftUI */
Color(red: 0.075, green: 0.804, blue: 0.945)
/* Android */
Color.parseColor("#13cdf1")Accessibility — WCAG contrast
Aa
#13cdf1 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#13cdf1 on black: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green80.4%
Blue94.5%
CMYK percentages
Cyan92.1%
Magenta14.9%
Yellow0.0%
Key (black)5.5%
Color previews
#13cdf1 text on a black background
contrast 11.03:1
Card sample
#13cdf1 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13cdf1;
Background color
Panel with #13cdf1 background
background-color: #13cdf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13cdf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 205, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 205, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13cdf1; background: linear-gradient(135deg, #13cdf1, #1339F1);