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