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