#17543e
a deep, vivid green · cool · closest name: darkslategray
RGB
23, 84, 62
HSL
158°, 57%, 21%
CMYK
73, 0, 26, 67
Luminance
0.0687
Every format
| HEX | #17543e |
| RGB | rgb(23, 84, 62) |
| HSL | hsl(158, 57%, 21%) |
| CMYK | cmyk(73%, 0%, 26%, 67%) |
| LAB | lab(31.5 -25.4 7.3) |
| LCH | lch(31.5 26.4 163.9) |
| OKLCH | oklch(0.401 0.072 165.0) |
Copy-ready code
/* CSS */
color: #17543e;
background-color: #17543e;
/* Tailwind (arbitrary) */
class="text-[#17543e] bg-[#17543e]"
/* SCSS */
$brand: #17543e;
/* SwiftUI */
Color(red: 0.090, green: 0.329, blue: 0.243)
/* Android */
Color.parseColor("#17543e")Accessibility — WCAG contrast
Aa
#17543e on white: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#17543e on black: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green32.9%
Blue24.3%
CMYK percentages
Cyan72.6%
Magenta0.0%
Yellow26.2%
Key (black)67.1%
Color previews
#17543e text on a black background
contrast 2.37:1
Card sample
#17543e text on a white background
contrast 8.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17543e;
Background color
Panel with #17543e background
background-color: #17543e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17543e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 84, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 84, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17543e; background: linear-gradient(135deg, #17543e, #174154);