#174011
a deep, vivid green · cool · closest name: darkslategray
RGB
23, 64, 17
HSL
112°, 58%, 16%
CMYK
64, 0, 73, 75
Luminance
0.0389
Every format
| HEX | #174011 |
| RGB | rgb(23, 64, 17) |
| HSL | hsl(112, 58%, 16%) |
| CMYK | cmyk(64%, 0%, 73%, 75%) |
| LAB | lab(23.3 -25.0 23.8) |
| LCH | lch(23.3 34.5 136.5) |
| OKLCH | oklch(0.331 0.088 141.2) |
Copy-ready code
/* CSS */
color: #174011;
background-color: #174011;
/* Tailwind (arbitrary) */
class="text-[#174011] bg-[#174011]"
/* SCSS */
$brand: #174011;
/* SwiftUI */
Color(red: 0.090, green: 0.251, blue: 0.067)
/* Android */
Color.parseColor("#174011")Accessibility — WCAG contrast
Aa
#174011 on white: 11.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#174011 on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green25.1%
Blue6.7%
CMYK percentages
Cyan64.1%
Magenta0.0%
Yellow73.4%
Key (black)74.9%
Color previews
#174011 text on a black background
contrast 1.78:1
Card sample
#174011 text on a white background
contrast 11.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #174011;
Background color
Panel with #174011 background
background-color: #174011;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #174011;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 64, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 64, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #174011; background: linear-gradient(135deg, #174011, #11402A);