#17545b
a deep, vivid cyan · cool · closest name: darkslategray
RGB
23, 84, 91
HSL
186°, 60%, 22%
CMYK
75, 8, 0, 64
Luminance
0.0728
Every format
| HEX | #17545b |
| RGB | rgb(23, 84, 91) |
| HSL | hsl(186, 60%, 22%) |
| CMYK | cmyk(75%, 8%, 0%, 64%) |
| LAB | lab(32.4 -16.4 -9.7) |
| LCH | lch(32.4 19.1 210.6) |
| OKLCH | oklch(0.411 0.061 206.1) |
Copy-ready code
/* CSS */
color: #17545b;
background-color: #17545b;
/* Tailwind (arbitrary) */
class="text-[#17545b] bg-[#17545b]"
/* SCSS */
$brand: #17545b;
/* SwiftUI */
Color(red: 0.090, green: 0.329, blue: 0.357)
/* Android */
Color.parseColor("#17545b")Accessibility — WCAG contrast
Aa
#17545b on white: 8.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#17545b on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green32.9%
Blue35.7%
CMYK percentages
Cyan74.7%
Magenta7.7%
Yellow0.0%
Key (black)64.3%
Color previews
#17545b text on a black background
contrast 2.46:1
Card sample
#17545b text on a white background
contrast 8.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17545b;
Background color
Panel with #17545b background
background-color: #17545b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17545b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 84, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 84, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17545b; background: linear-gradient(135deg, #17545b, #17275B);