#112607
a deep, vivid green · cool · closest name: black
RGB
17, 38, 7
HSL
101°, 69%, 9%
CMYK
55, 0, 82, 85
Luminance
0.0152
Every format
| HEX | #112607 |
| RGB | rgb(17, 38, 7) |
| HSL | hsl(101, 69%, 9%) |
| CMYK | cmyk(55%, 0%, 82%, 85%) |
| LAB | lab(12.7 -15.7 15.6) |
| LCH | lch(12.7 22.1 135.1) |
| OKLCH | oklch(0.242 0.059 136.9) |
Copy-ready code
/* CSS */
color: #112607;
background-color: #112607;
/* Tailwind (arbitrary) */
class="text-[#112607] bg-[#112607]"
/* SCSS */
$brand: #112607;
/* SwiftUI */
Color(red: 0.067, green: 0.149, blue: 0.027)
/* Android */
Color.parseColor("#112607")Accessibility — WCAG contrast
Aa
#112607 on white: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#112607 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green14.9%
Blue2.7%
CMYK percentages
Cyan55.3%
Magenta0.0%
Yellow81.6%
Key (black)85.1%
Color previews
#112607 text on a black background
contrast 1.30:1
Card sample
#112607 text on a white background
contrast 16.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #112607;
Background color
Panel with #112607 background
background-color: #112607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #112607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 38, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 38, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #112607; background: linear-gradient(135deg, #112607, #072612);