#173f13
a deep, vivid green · cool · closest name: darkslategray
RGB
23, 63, 19
HSL
115°, 54%, 16%
CMYK
64, 0, 70, 75
Luminance
0.0378
Every format
| HEX | #173f13 |
| RGB | rgb(23, 63, 19) |
| HSL | hsl(115, 54%, 16%) |
| CMYK | cmyk(64%, 0%, 70%, 75%) |
| LAB | lab(22.9 -24.3 22.3) |
| LCH | lch(22.9 33.0 137.5) |
| OKLCH | oklch(0.328 0.084 141.9) |
Copy-ready code
/* CSS */
color: #173f13;
background-color: #173f13;
/* Tailwind (arbitrary) */
class="text-[#173f13] bg-[#173f13]"
/* SCSS */
$brand: #173f13;
/* SwiftUI */
Color(red: 0.090, green: 0.247, blue: 0.075)
/* Android */
Color.parseColor("#173f13")Accessibility — WCAG contrast
Aa
#173f13 on white: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#173f13 on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green24.7%
Blue7.5%
CMYK percentages
Cyan63.5%
Magenta0.0%
Yellow69.8%
Key (black)75.3%
Color previews
#173f13 text on a black background
contrast 1.76:1
Card sample
#173f13 text on a white background
contrast 11.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #173f13;
Background color
Panel with #173f13 background
background-color: #173f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #173f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 63, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 63, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #173f13; background: linear-gradient(135deg, #173f13, #133F2C);