#173a23
a deep, soft green · cool · closest name: darkslategray
RGB
23, 58, 35
HSL
141°, 43%, 16%
CMYK
60, 0, 40, 77
Luminance
0.0333
Every format
| HEX | #173a23 |
| RGB | rgb(23, 58, 35) |
| HSL | hsl(141, 43%, 16%) |
| CMYK | cmyk(60%, 0%, 40%, 77%) |
| LAB | lab(21.3 -19.0 10.6) |
| LCH | lch(21.3 21.8 151.0) |
| OKLCH | oklch(0.315 0.058 152.8) |
Copy-ready code
/* CSS */
color: #173a23;
background-color: #173a23;
/* Tailwind (arbitrary) */
class="text-[#173a23] bg-[#173a23]"
/* SCSS */
$brand: #173a23;
/* SwiftUI */
Color(red: 0.090, green: 0.227, blue: 0.137)
/* Android */
Color.parseColor("#173a23")Accessibility — WCAG contrast
Aa
#173a23 on white: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#173a23 on black: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green22.7%
Blue13.7%
CMYK percentages
Cyan60.3%
Magenta0.0%
Yellow39.7%
Key (black)77.3%
Color previews
#173a23 text on a black background
contrast 1.67:1
Card sample
#173a23 text on a white background
contrast 12.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #173a23;
Background color
Panel with #173a23 background
background-color: #173a23;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #173a23;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 58, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 58, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #173a23; background: linear-gradient(135deg, #173a23, #173A3A);