#116404
a deep, electric green · cool · closest name: green
RGB
17, 100, 4
HSL
112°, 92%, 20%
CMYK
83, 0, 96, 61
Luminance
0.0924
Every format
| HEX | #116404 |
| RGB | rgb(17, 100, 4) |
| HSL | hsl(112, 92%, 20%) |
| CMYK | cmyk(83%, 0%, 96%, 61%) |
| LAB | lab(36.5 -41.1 41.0) |
| LCH | lch(36.5 58.0 135.1) |
| OKLCH | oklch(0.439 0.143 141.5) |
Copy-ready code
/* CSS */
color: #116404;
background-color: #116404;
/* Tailwind (arbitrary) */
class="text-[#116404] bg-[#116404]"
/* SCSS */
$brand: #116404;
/* SwiftUI */
Color(red: 0.067, green: 0.392, blue: 0.016)
/* Android */
Color.parseColor("#116404")Accessibility — WCAG contrast
Aa
#116404 on white: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#116404 on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green39.2%
Blue1.6%
CMYK percentages
Cyan83.0%
Magenta0.0%
Yellow96.0%
Key (black)60.8%
Color previews
#116404 text on a black background
contrast 2.85:1
Card sample
#116404 text on a white background
contrast 7.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #116404;
Background color
Panel with #116404 background
background-color: #116404;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #116404;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 100, 4, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 100, 4, 0.45);
Border & gradient
Gradient panel
border: 3px solid #116404; background: linear-gradient(135deg, #116404, #046437);