#17575d
a deep, vivid cyan · cool · closest name: darkslategray
RGB
23, 87, 93
HSL
185°, 60%, 23%
CMYK
75, 7, 0, 64
Luminance
0.0779
Every format
| HEX | #17575d |
| RGB | rgb(23, 87, 93) |
| HSL | hsl(185, 60%, 23%) |
| CMYK | cmyk(75%, 7%, 0%, 64%) |
| LAB | lab(33.5 -17.4 -9.3) |
| LCH | lch(33.5 19.7 208.1) |
| OKLCH | oklch(0.420 0.063 204.2) |
Copy-ready code
/* CSS */
color: #17575d;
background-color: #17575d;
/* Tailwind (arbitrary) */
class="text-[#17575d] bg-[#17575d]"
/* SCSS */
$brand: #17575d;
/* SwiftUI */
Color(red: 0.090, green: 0.341, blue: 0.365)
/* Android */
Color.parseColor("#17575d")Accessibility — WCAG contrast
Aa
#17575d on white: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#17575d on black: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green34.1%
Blue36.5%
CMYK percentages
Cyan75.3%
Magenta6.5%
Yellow0.0%
Key (black)63.5%
Color previews
#17575d text on a black background
contrast 2.56:1
Card sample
#17575d text on a white background
contrast 8.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17575d;
Background color
Panel with #17575d background
background-color: #17575d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17575d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 87, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 87, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17575d; background: linear-gradient(135deg, #17575d, #17285D);