#17444f
a deep, vivid cyan · cool · closest name: darkslategray
RGB
23, 68, 79
HSL
192°, 55%, 20%
CMYK
71, 14, 0, 69
Luminance
0.0488
Every format
| HEX | #17444f |
| RGB | rgb(23, 68, 79) |
| HSL | hsl(192, 55%, 20%) |
| CMYK | cmyk(71%, 14%, 0%, 69%) |
| LAB | lab(26.4 -11.3 -11.2) |
| LCH | lch(26.4 15.9 224.6) |
| OKLCH | oklch(0.361 0.052 216.8) |
Copy-ready code
/* CSS */
color: #17444f;
background-color: #17444f;
/* Tailwind (arbitrary) */
class="text-[#17444f] bg-[#17444f]"
/* SCSS */
$brand: #17444f;
/* SwiftUI */
Color(red: 0.090, green: 0.267, blue: 0.310)
/* Android */
Color.parseColor("#17444f")Accessibility — WCAG contrast
Aa
#17444f on white: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#17444f on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green26.7%
Blue31.0%
CMYK percentages
Cyan70.9%
Magenta13.9%
Yellow0.0%
Key (black)69.0%
Color previews
#17444f text on a black background
contrast 1.98:1
Card sample
#17444f text on a white background
contrast 10.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17444f;
Background color
Panel with #17444f background
background-color: #17444f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17444f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 68, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 68, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17444f; background: linear-gradient(135deg, #17444f, #171F4F);