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