#111405
a deep, vivid green · cool · closest name: black
RGB
17, 20, 5
HSL
72°, 60%, 5%
CMYK
15, 0, 75, 92
Luminance
0.0063
Every format
| HEX | #111405 |
| RGB | rgb(17, 20, 5) |
| HSL | hsl(72, 60%, 5%) |
| CMYK | cmyk(15%, 0%, 75%, 92%) |
| LAB | lab(5.7 -3.7 6.4) |
| LCH | lch(5.7 7.4 120.1) |
| OKLCH | oklch(0.183 0.029 118.2) |
Copy-ready code
/* CSS */
color: #111405;
background-color: #111405;
/* Tailwind (arbitrary) */
class="text-[#111405] bg-[#111405]"
/* SCSS */
$brand: #111405;
/* SwiftUI */
Color(red: 0.067, green: 0.078, blue: 0.020)
/* Android */
Color.parseColor("#111405")Accessibility — WCAG contrast
Aa
#111405 on white: 18.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#111405 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green7.8%
Blue2.0%
CMYK percentages
Cyan15.0%
Magenta0.0%
Yellow75.0%
Key (black)92.2%
Color previews
#111405 text on a black background
contrast 1.13:1
Card sample
#111405 text on a white background
contrast 18.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #111405;
Background color
Panel with #111405 background
background-color: #111405;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #111405;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 20, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 20, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #111405; background: linear-gradient(135deg, #111405, #071405);