#111c0b
a deep, soft green · cool · closest name: black
RGB
17, 28, 11
HSL
99°, 44%, 8%
CMYK
39, 0, 61, 89
Luminance
0.0097
Every format
| HEX | #111c0b |
| RGB | rgb(17, 28, 11) |
| HSL | hsl(99, 44%, 8%) |
| CMYK | cmyk(39%, 0%, 61%, 89%) |
| LAB | lab(8.8 -8.8 8.4) |
| LCH | lch(8.8 12.2 136.4) |
| OKLCH | oklch(0.210 0.035 135.3) |
Copy-ready code
/* CSS */
color: #111c0b;
background-color: #111c0b;
/* Tailwind (arbitrary) */
class="text-[#111c0b] bg-[#111c0b]"
/* SCSS */
$brand: #111c0b;
/* SwiftUI */
Color(red: 0.067, green: 0.110, blue: 0.043)
/* Android */
Color.parseColor("#111c0b")Accessibility — WCAG contrast
Aa
#111c0b on white: 17.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#111c0b on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green11.0%
Blue4.3%
CMYK percentages
Cyan39.3%
Magenta0.0%
Yellow60.7%
Key (black)89.0%
Color previews
#111c0b text on a black background
contrast 1.19:1
Card sample
#111c0b text on a white background
contrast 17.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #111c0b;
Background color
Panel with #111c0b background
background-color: #111c0b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #111c0b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 28, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 28, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #111c0b; background: linear-gradient(135deg, #111c0b, #0B1C10);