#172913
a deep, soft green · cool · closest name: black
RGB
23, 41, 19
HSL
109°, 37%, 12%
CMYK
44, 0, 54, 84
Luminance
0.0182
Every format
| HEX | #172913 |
| RGB | rgb(23, 41, 19) |
| HSL | hsl(109, 37%, 12%) |
| CMYK | cmyk(44%, 0%, 54%, 84%) |
| LAB | lab(14.5 -12.9 12.1) |
| LCH | lch(14.5 17.7 136.9) |
| OKLCH | oklch(0.258 0.046 140.0) |
Copy-ready code
/* CSS */
color: #172913;
background-color: #172913;
/* Tailwind (arbitrary) */
class="text-[#172913] bg-[#172913]"
/* SCSS */
$brand: #172913;
/* SwiftUI */
Color(red: 0.090, green: 0.161, blue: 0.075)
/* Android */
Color.parseColor("#172913")Accessibility — WCAG contrast
Aa
#172913 on white: 15.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#172913 on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green16.1%
Blue7.5%
CMYK percentages
Cyan43.9%
Magenta0.0%
Yellow53.7%
Key (black)83.9%
Color previews
#172913 text on a black background
contrast 1.36:1
Card sample
#172913 text on a white background
contrast 15.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #172913;
Background color
Panel with #172913 background
background-color: #172913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #172913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 41, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 41, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #172913; background: linear-gradient(135deg, #172913, #13291E);