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