#17534d
a deep, vivid cyan · cool · closest name: darkslategray
RGB
23, 83, 77
HSL
174°, 57%, 21%
CMYK
72, 0, 7, 68
Luminance
0.0690
Every format
| HEX | #17534d |
| RGB | rgb(23, 83, 77) |
| HSL | hsl(174, 57%, 21%) |
| CMYK | cmyk(72%, 0%, 7%, 68%) |
| LAB | lab(31.6 -20.5 -2.1) |
| LCH | lch(31.6 20.6 185.8) |
| OKLCH | oklch(0.403 0.061 185.6) |
Copy-ready code
/* CSS */
color: #17534d;
background-color: #17534d;
/* Tailwind (arbitrary) */
class="text-[#17534d] bg-[#17534d]"
/* SCSS */
$brand: #17534d;
/* SwiftUI */
Color(red: 0.090, green: 0.325, blue: 0.302)
/* Android */
Color.parseColor("#17534d")Accessibility — WCAG contrast
Aa
#17534d on white: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#17534d on black: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green32.5%
Blue30.2%
CMYK percentages
Cyan72.3%
Magenta0.0%
Yellow7.2%
Key (black)67.5%
Color previews
#17534d text on a black background
contrast 2.38:1
Card sample
#17534d text on a white background
contrast 8.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17534d;
Background color
Panel with #17534d background
background-color: #17534d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17534d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 83, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 83, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17534d; background: linear-gradient(135deg, #17534d, #173153);