#17544c
a deep, vivid cyan · cool · closest name: darkslategray
RGB
23, 84, 76
HSL
172°, 57%, 21%
CMYK
73, 0, 10, 67
Luminance
0.0704
Every format
| HEX | #17544c |
| RGB | rgb(23, 84, 76) |
| HSL | hsl(172, 57%, 21%) |
| CMYK | cmyk(73%, 0%, 10%, 67%) |
| LAB | lab(31.9 -21.3 -1.0) |
| LCH | lch(31.9 21.4 182.6) |
| OKLCH | oklch(0.405 0.063 182.7) |
Copy-ready code
/* CSS */
color: #17544c;
background-color: #17544c;
/* Tailwind (arbitrary) */
class="text-[#17544c] bg-[#17544c]"
/* SCSS */
$brand: #17544c;
/* SwiftUI */
Color(red: 0.090, green: 0.329, blue: 0.298)
/* Android */
Color.parseColor("#17544c")Accessibility — WCAG contrast
Aa
#17544c on white: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#17544c on black: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green32.9%
Blue29.8%
CMYK percentages
Cyan72.6%
Magenta0.0%
Yellow9.5%
Key (black)67.1%
Color previews
#17544c text on a black background
contrast 2.41:1
Card sample
#17544c text on a white background
contrast 8.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17544c;
Background color
Panel with #17544c background
background-color: #17544c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17544c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 84, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 84, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17544c; background: linear-gradient(135deg, #17544c, #173354);