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