#17564d
a deep, vivid cyan · cool · closest name: darkslategray
RGB
23, 86, 77
HSL
171°, 58%, 21%
CMYK
73, 0, 11, 66
Luminance
0.0737
Every format
| HEX | #17564d |
| RGB | rgb(23, 86, 77) |
| HSL | hsl(171, 58%, 21%) |
| CMYK | cmyk(73%, 0%, 11%, 66%) |
| LAB | lab(32.6 -22.1 -0.5) |
| LCH | lch(32.6 22.1 181.4) |
| OKLCH | oklch(0.411 0.064 181.6) |
Copy-ready code
/* CSS */
color: #17564d;
background-color: #17564d;
/* Tailwind (arbitrary) */
class="text-[#17564d] bg-[#17564d]"
/* SCSS */
$brand: #17564d;
/* SwiftUI */
Color(red: 0.090, green: 0.337, blue: 0.302)
/* Android */
Color.parseColor("#17564d")Accessibility — WCAG contrast
Aa
#17564d on white: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#17564d on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green33.7%
Blue30.2%
CMYK percentages
Cyan73.3%
Magenta0.0%
Yellow10.5%
Key (black)66.3%
Color previews
#17564d text on a black background
contrast 2.47:1
Card sample
#17564d text on a white background
contrast 8.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17564d;
Background color
Panel with #17564d background
background-color: #17564d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17564d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 86, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 86, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17564d; background: linear-gradient(135deg, #17564d, #173556);