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