#173513
a deep, vivid green · cool · closest name: darkslategray
RGB
23, 53, 19
HSL
113°, 47%, 14%
CMYK
57, 0, 64, 79
Luminance
0.0278
Every format
| HEX | #173513 |
| RGB | rgb(23, 53, 19) |
| HSL | hsl(113, 47%, 14%) |
| CMYK | cmyk(57%, 0%, 64%, 79%) |
| LAB | lab(19.1 -19.5 17.9) |
| LCH | lch(19.1 26.4 137.5) |
| OKLCH | oklch(0.296 0.068 141.4) |
Copy-ready code
/* CSS */
color: #173513;
background-color: #173513;
/* Tailwind (arbitrary) */
class="text-[#173513] bg-[#173513]"
/* SCSS */
$brand: #173513;
/* SwiftUI */
Color(red: 0.090, green: 0.208, blue: 0.075)
/* Android */
Color.parseColor("#173513")Accessibility — WCAG contrast
Aa
#173513 on white: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#173513 on black: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green20.8%
Blue7.5%
CMYK percentages
Cyan56.6%
Magenta0.0%
Yellow64.2%
Key (black)79.2%
Color previews
#173513 text on a black background
contrast 1.56:1
Card sample
#173513 text on a white background
contrast 13.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #173513;
Background color
Panel with #173513 background
background-color: #173513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #173513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 53, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 53, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #173513; background: linear-gradient(135deg, #173513, #133526);