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