#112a11
a deep, soft green · cool · closest name: darkslategray
RGB
17, 42, 17
HSL
120°, 42%, 12%
CMYK
60, 0, 60, 84
Luminance
0.0182
Every format
| HEX | #112a11 |
| RGB | rgb(17, 42, 17) |
| HSL | hsl(120, 42%, 12%) |
| CMYK | cmyk(60%, 0%, 60%, 84%) |
| LAB | lab(14.5 -16.3 13.3) |
| LCH | lch(14.5 21.0 140.9) |
| OKLCH | oklch(0.257 0.055 143.8) |
Copy-ready code
/* CSS */
color: #112a11;
background-color: #112a11;
/* Tailwind (arbitrary) */
class="text-[#112a11] bg-[#112a11]"
/* SCSS */
$brand: #112a11;
/* SwiftUI */
Color(red: 0.067, green: 0.165, blue: 0.067)
/* Android */
Color.parseColor("#112a11")Accessibility — WCAG contrast
Aa
#112a11 on white: 15.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#112a11 on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green16.5%
Blue6.7%
CMYK percentages
Cyan59.5%
Magenta0.0%
Yellow59.5%
Key (black)83.5%
Color previews
#112a11 text on a black background
contrast 1.36:1
Card sample
#112a11 text on a white background
contrast 15.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #112a11;
Background color
Panel with #112a11 background
background-color: #112a11;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #112a11;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 42, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 42, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #112a11; background: linear-gradient(135deg, #112a11, #112A22);