#17545d
a deep, vivid cyan · cool · closest name: darkslategray
RGB
23, 84, 93
HSL
188°, 60%, 23%
CMYK
75, 10, 0, 64
Luminance
0.0731
Every format
| HEX | #17545d |
| RGB | rgb(23, 84, 93) |
| HSL | hsl(188, 60%, 23%) |
| CMYK | cmyk(75%, 10%, 0%, 64%) |
| LAB | lab(32.5 -15.7 -10.8) |
| LCH | lch(32.5 19.1 214.6) |
| OKLCH | oklch(0.412 0.062 209.2) |
Copy-ready code
/* CSS */
color: #17545d;
background-color: #17545d;
/* Tailwind (arbitrary) */
class="text-[#17545d] bg-[#17545d]"
/* SCSS */
$brand: #17545d;
/* SwiftUI */
Color(red: 0.090, green: 0.329, blue: 0.365)
/* Android */
Color.parseColor("#17545d")Accessibility — WCAG contrast
Aa
#17545d on white: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#17545d on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green32.9%
Blue36.5%
CMYK percentages
Cyan75.3%
Magenta9.7%
Yellow0.0%
Key (black)63.5%
Color previews
#17545d text on a black background
contrast 2.46:1
Card sample
#17545d text on a white background
contrast 8.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17545d;
Background color
Panel with #17545d background
background-color: #17545d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17545d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 84, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 84, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17545d; background: linear-gradient(135deg, #17545d, #17255D);