#172710
a deep, soft green · cool · closest name: black
RGB
23, 39, 16
HSL
102°, 42%, 11%
CMYK
41, 0, 59, 85
Luminance
0.0167
Every format
| HEX | #172710 |
| RGB | rgb(23, 39, 16) |
| HSL | hsl(102, 42%, 11%) |
| CMYK | cmyk(41%, 0%, 59%, 85%) |
| LAB | lab(13.7 -12.3 12.8) |
| LCH | lch(13.7 17.7 133.8) |
| OKLCH | oklch(0.251 0.046 136.8) |
Copy-ready code
/* CSS */
color: #172710;
background-color: #172710;
/* Tailwind (arbitrary) */
class="text-[#172710] bg-[#172710]"
/* SCSS */
$brand: #172710;
/* SwiftUI */
Color(red: 0.090, green: 0.153, blue: 0.063)
/* Android */
Color.parseColor("#172710")Accessibility — WCAG contrast
Aa
#172710 on white: 15.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#172710 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green15.3%
Blue6.3%
CMYK percentages
Cyan41.0%
Magenta0.0%
Yellow59.0%
Key (black)84.7%
Color previews
#172710 text on a black background
contrast 1.33:1
Card sample
#172710 text on a white background
contrast 15.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #172710;
Background color
Panel with #172710 background
background-color: #172710;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #172710;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 39, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 39, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #172710; background: linear-gradient(135deg, #172710, #102718);