#111807
a deep, vivid green · cool · closest name: black
RGB
17, 24, 7
HSL
85°, 55%, 6%
CMYK
29, 0, 71, 91
Luminance
0.0079
Every format
| HEX | #111807 |
| RGB | rgb(17, 24, 7) |
| HSL | hsl(85, 55%, 6%) |
| CMYK | cmyk(29%, 0%, 71%, 91%) |
| LAB | lab(7.1 -6.3 7.7) |
| LCH | lch(7.1 9.9 129.2) |
| OKLCH | oklch(0.197 0.033 127.3) |
Copy-ready code
/* CSS */
color: #111807;
background-color: #111807;
/* Tailwind (arbitrary) */
class="text-[#111807] bg-[#111807]"
/* SCSS */
$brand: #111807;
/* SwiftUI */
Color(red: 0.067, green: 0.094, blue: 0.027)
/* Android */
Color.parseColor("#111807")Accessibility — WCAG contrast
Aa
#111807 on white: 18.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#111807 on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green9.4%
Blue2.7%
CMYK percentages
Cyan29.2%
Magenta0.0%
Yellow70.8%
Key (black)90.6%
Color previews
#111807 text on a black background
contrast 1.16:1
Card sample
#111807 text on a white background
contrast 18.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #111807;
Background color
Panel with #111807 background
background-color: #111807;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #111807;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 24, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 24, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #111807; background: linear-gradient(135deg, #111807, #071808);