#17cdfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
23, 205, 253
HSL
193°, 98%, 54%
CMYK
91, 19, 0, 1
Luminance
0.5094
Every format
| HEX | #17cdfd |
| RGB | rgb(23, 205, 253) |
| HSL | hsl(193, 98%, 54%) |
| CMYK | cmyk(91%, 19%, 0%, 1%) |
| LAB | lab(76.6 -24.9 -35.1) |
| LCH | lch(76.6 43.0 234.6) |
| OKLCH | oklch(0.788 0.144 223.2) |
Copy-ready code
/* CSS */
color: #17cdfd;
background-color: #17cdfd;
/* Tailwind (arbitrary) */
class="text-[#17cdfd] bg-[#17cdfd]"
/* SCSS */
$brand: #17cdfd;
/* SwiftUI */
Color(red: 0.090, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#17cdfd")Accessibility — WCAG contrast
Aa
#17cdfd on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#17cdfd on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green80.4%
Blue99.2%
CMYK percentages
Cyan90.9%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#17cdfd text on a black background
contrast 11.19:1
Card sample
#17cdfd text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17cdfd;
Background color
Panel with #17cdfd background
background-color: #17cdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17cdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17cdfd; background: linear-gradient(135deg, #17cdfd, #1734FD);