#11640c
a deep, electric green · cool · closest name: forestgreen
RGB
17, 100, 12
HSL
117°, 79%, 22%
CMYK
83, 0, 88, 61
Luminance
0.0926
Every format
| HEX | #11640c |
| RGB | rgb(17, 100, 12) |
| HSL | hsl(117, 79%, 22%) |
| CMYK | cmyk(83%, 0%, 88%, 61%) |
| LAB | lab(36.5 -40.7 38.8) |
| LCH | lch(36.5 56.2 136.4) |
| OKLCH | oklch(0.439 0.140 142.2) |
Copy-ready code
/* CSS */
color: #11640c;
background-color: #11640c;
/* Tailwind (arbitrary) */
class="text-[#11640c] bg-[#11640c]"
/* SCSS */
$brand: #11640c;
/* SwiftUI */
Color(red: 0.067, green: 0.392, blue: 0.047)
/* Android */
Color.parseColor("#11640c")Accessibility — WCAG contrast
Aa
#11640c on white: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#11640c on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green39.2%
Blue4.7%
CMYK percentages
Cyan83.0%
Magenta0.0%
Yellow88.0%
Key (black)60.8%
Color previews
#11640c text on a black background
contrast 2.85:1
Card sample
#11640c text on a white background
contrast 7.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11640c;
Background color
Panel with #11640c background
background-color: #11640c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11640c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 100, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 100, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11640c; background: linear-gradient(135deg, #11640c, #0C6442);