#17515f
a deep, vivid cyan · cool · closest name: darkslategray
RGB
23, 81, 95
HSL
192°, 61%, 23%
CMYK
76, 15, 0, 63
Luminance
0.0689
Every format
| HEX | #17515f |
| RGB | rgb(23, 81, 95) |
| HSL | hsl(192, 61%, 23%) |
| CMYK | cmyk(76%, 15%, 0%, 63%) |
| LAB | lab(31.6 -13.3 -13.6) |
| LCH | lch(31.6 19.0 225.6) |
| OKLCH | oklch(0.405 0.062 217.3) |
Copy-ready code
/* CSS */
color: #17515f;
background-color: #17515f;
/* Tailwind (arbitrary) */
class="text-[#17515f] bg-[#17515f]"
/* SCSS */
$brand: #17515f;
/* SwiftUI */
Color(red: 0.090, green: 0.318, blue: 0.373)
/* Android */
Color.parseColor("#17515f")Accessibility — WCAG contrast
Aa
#17515f on white: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#17515f on black: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green31.8%
Blue37.3%
CMYK percentages
Cyan75.8%
Magenta14.7%
Yellow0.0%
Key (black)62.7%
Color previews
#17515f text on a black background
contrast 2.38:1
Card sample
#17515f text on a white background
contrast 8.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17515f;
Background color
Panel with #17515f background
background-color: #17515f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17515f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 81, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 81, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17515f; background: linear-gradient(135deg, #17515f, #17215F);