#17abdf
a balanced, electric cyan · cool · closest name: steelblue
RGB
23, 171, 223
HSL
196°, 81%, 48%
CMYK
90, 23, 0, 13
Luminance
0.3464
Every format
| HEX | #17abdf |
| RGB | rgb(23, 171, 223) |
| HSL | hsl(196, 81%, 48%) |
| CMYK | cmyk(90%, 23%, 0%, 13%) |
| LAB | lab(65.5 -17.5 -36.2) |
| LCH | lch(65.5 40.2 244.2) |
| OKLCH | oklch(0.695 0.134 229.6) |
Copy-ready code
/* CSS */
color: #17abdf;
background-color: #17abdf;
/* Tailwind (arbitrary) */
class="text-[#17abdf] bg-[#17abdf]"
/* SCSS */
$brand: #17abdf;
/* SwiftUI */
Color(red: 0.090, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#17abdf")Accessibility — WCAG contrast
Aa
#17abdf on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#17abdf on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green67.1%
Blue87.5%
CMYK percentages
Cyan89.7%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#17abdf text on a black background
contrast 7.93:1
Card sample
#17abdf text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17abdf;
Background color
Panel with #17abdf background
background-color: #17abdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17abdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17abdf; background: linear-gradient(135deg, #17abdf, #1726DF);