#17534b
a deep, vivid cyan · cool · closest name: darkslategray
RGB
23, 83, 75
HSL
172°, 57%, 21%
CMYK
72, 0, 10, 68
Luminance
0.0688
Every format
| HEX | #17534b |
| RGB | rgb(23, 83, 75) |
| HSL | hsl(172, 57%, 21%) |
| CMYK | cmyk(72%, 0%, 10%, 68%) |
| LAB | lab(31.5 -21.1 -0.9) |
| LCH | lch(31.5 21.1 182.4) |
| OKLCH | oklch(0.402 0.062 182.5) |
Copy-ready code
/* CSS */
color: #17534b;
background-color: #17534b;
/* Tailwind (arbitrary) */
class="text-[#17534b] bg-[#17534b]"
/* SCSS */
$brand: #17534b;
/* SwiftUI */
Color(red: 0.090, green: 0.325, blue: 0.294)
/* Android */
Color.parseColor("#17534b")Accessibility — WCAG contrast
Aa
#17534b on white: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#17534b on black: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green32.5%
Blue29.4%
CMYK percentages
Cyan72.3%
Magenta0.0%
Yellow9.6%
Key (black)67.5%
Color previews
#17534b text on a black background
contrast 2.38:1
Card sample
#17534b text on a white background
contrast 8.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17534b;
Background color
Panel with #17534b background
background-color: #17534b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17534b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 83, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 83, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17534b; background: linear-gradient(135deg, #17534b, #173353);