#113721
a deep, vivid green · cool · closest name: darkslategray
RGB
17, 55, 33
HSL
145°, 53%, 14%
CMYK
69, 0, 40, 78
Luminance
0.0296
Every format
| HEX | #113721 |
| RGB | rgb(17, 55, 33) |
| HSL | hsl(145, 53%, 14%) |
| CMYK | cmyk(69%, 0%, 40%, 78%) |
| LAB | lab(19.9 -19.7 9.9) |
| LCH | lch(19.9 22.0 153.3) |
| OKLCH | oklch(0.303 0.059 155.0) |
Copy-ready code
/* CSS */
color: #113721;
background-color: #113721;
/* Tailwind (arbitrary) */
class="text-[#113721] bg-[#113721]"
/* SCSS */
$brand: #113721;
/* SwiftUI */
Color(red: 0.067, green: 0.216, blue: 0.129)
/* Android */
Color.parseColor("#113721")Accessibility — WCAG contrast
Aa
#113721 on white: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#113721 on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green21.6%
Blue12.9%
CMYK percentages
Cyan69.1%
Magenta0.0%
Yellow40.0%
Key (black)78.4%
Color previews
#113721 text on a black background
contrast 1.59:1
Card sample
#113721 text on a white background
contrast 13.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #113721;
Background color
Panel with #113721 background
background-color: #113721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #113721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 55, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 55, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #113721; background: linear-gradient(135deg, #113721, #113437);