#111908
a deep, vivid green · cool · closest name: black
RGB
17, 25, 8
HSL
88°, 52%, 7%
CMYK
32, 0, 68, 90
Luminance
0.0083
Every format
| HEX | #111908 |
| RGB | rgb(17, 25, 8) |
| HSL | hsl(88, 52%, 7%) |
| CMYK | cmyk(32%, 0%, 68%, 90%) |
| LAB | lab(7.5 -6.9 7.8) |
| LCH | lch(7.5 10.4 131.3) |
| OKLCH | oklch(0.200 0.034 129.6) |
Copy-ready code
/* CSS */
color: #111908;
background-color: #111908;
/* Tailwind (arbitrary) */
class="text-[#111908] bg-[#111908]"
/* SCSS */
$brand: #111908;
/* SwiftUI */
Color(red: 0.067, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#111908")Accessibility — WCAG contrast
Aa
#111908 on white: 18.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#111908 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green9.8%
Blue3.1%
CMYK percentages
Cyan32.0%
Magenta0.0%
Yellow68.0%
Key (black)90.2%
Color previews
#111908 text on a black background
contrast 1.17:1
Card sample
#111908 text on a white background
contrast 18.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #111908;
Background color
Panel with #111908 background
background-color: #111908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #111908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #111908; background: linear-gradient(135deg, #111908, #08190A);