#112c1a
a deep, soft green · cool · closest name: darkslategray
RGB
17, 44, 26
HSL
140°, 44%, 12%
CMYK
61, 0, 41, 83
Luminance
0.0200
Every format
| HEX | #112c1a |
| RGB | rgb(17, 44, 26) |
| HSL | hsl(140, 44%, 12%) |
| CMYK | cmyk(61%, 0%, 41%, 83%) |
| LAB | lab(15.5 -15.5 8.6) |
| LCH | lch(15.5 17.7 150.9) |
| OKLCH | oklch(0.266 0.047 152.8) |
Copy-ready code
/* CSS */
color: #112c1a;
background-color: #112c1a;
/* Tailwind (arbitrary) */
class="text-[#112c1a] bg-[#112c1a]"
/* SCSS */
$brand: #112c1a;
/* SwiftUI */
Color(red: 0.067, green: 0.173, blue: 0.102)
/* Android */
Color.parseColor("#112c1a")Accessibility — WCAG contrast
Aa
#112c1a on white: 15.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#112c1a on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green17.3%
Blue10.2%
CMYK percentages
Cyan61.4%
Magenta0.0%
Yellow40.9%
Key (black)82.7%
Color previews
#112c1a text on a black background
contrast 1.40:1
Card sample
#112c1a text on a white background
contrast 15.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #112c1a;
Background color
Panel with #112c1a background
background-color: #112c1a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #112c1a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 44, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 44, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #112c1a; background: linear-gradient(135deg, #112c1a, #112C2C);