#112b0d
a deep, vivid green · cool · closest name: darkslategray
RGB
17, 43, 13
HSL
112°, 54%, 11%
CMYK
61, 0, 70, 83
Luminance
0.0188
Every format
| HEX | #112b0d |
| RGB | rgb(17, 43, 13) |
| HSL | hsl(112, 54%, 11%) |
| CMYK | cmyk(61%, 0%, 70%, 83%) |
| LAB | lab(14.8 -17.5 15.8) |
| LCH | lch(14.8 23.6 137.9) |
| OKLCH | oklch(0.260 0.061 141.1) |
Copy-ready code
/* CSS */
color: #112b0d;
background-color: #112b0d;
/* Tailwind (arbitrary) */
class="text-[#112b0d] bg-[#112b0d]"
/* SCSS */
$brand: #112b0d;
/* SwiftUI */
Color(red: 0.067, green: 0.169, blue: 0.051)
/* Android */
Color.parseColor("#112b0d")Accessibility — WCAG contrast
Aa
#112b0d on white: 15.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#112b0d on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green16.9%
Blue5.1%
CMYK percentages
Cyan60.5%
Magenta0.0%
Yellow69.8%
Key (black)83.1%
Color previews
#112b0d text on a black background
contrast 1.38:1
Card sample
#112b0d text on a white background
contrast 15.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #112b0d;
Background color
Panel with #112b0d background
background-color: #112b0d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #112b0d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 43, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 43, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #112b0d; background: linear-gradient(135deg, #112b0d, #0D2B1D);