#112005
a deep, vivid green · cool · closest name: black
RGB
17, 32, 5
HSL
93°, 73%, 7%
CMYK
47, 0, 84, 88
Luminance
0.0116
Every format
| HEX | #112005 |
| RGB | rgb(17, 32, 5) |
| HSL | hsl(93, 73%, 7%) |
| CMYK | cmyk(47%, 0%, 84%, 88%) |
| LAB | lab(10.3 -12.6 13.1) |
| LCH | lch(10.3 18.1 133.9) |
| OKLCH | oklch(0.222 0.052 133.2) |
Copy-ready code
/* CSS */
color: #112005;
background-color: #112005;
/* Tailwind (arbitrary) */
class="text-[#112005] bg-[#112005]"
/* SCSS */
$brand: #112005;
/* SwiftUI */
Color(red: 0.067, green: 0.125, blue: 0.020)
/* Android */
Color.parseColor("#112005")Accessibility — WCAG contrast
Aa
#112005 on white: 17.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#112005 on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green12.5%
Blue2.0%
CMYK percentages
Cyan46.9%
Magenta0.0%
Yellow84.4%
Key (black)87.5%
Color previews
#112005 text on a black background
contrast 1.23:1
Card sample
#112005 text on a white background
contrast 17.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #112005;
Background color
Panel with #112005 background
background-color: #112005;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #112005;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 32, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 32, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #112005; background: linear-gradient(135deg, #112005, #05200B);