#117411
a dark, vivid green · cool · closest name: forestgreen
RGB
17, 116, 17
HSL
120°, 74%, 26%
CMYK
85, 0, 85, 55
Luminance
0.1265
Every format
| HEX | #117411 |
| RGB | rgb(17, 116, 17) |
| HSL | hsl(120, 74%, 26%) |
| CMYK | cmyk(85%, 0%, 85%, 55%) |
| LAB | lab(42.2 -45.7 42.6) |
| LCH | lch(42.2 62.5 137.0) |
| OKLCH | oklch(0.487 0.156 142.7) |
Copy-ready code
/* CSS */
color: #117411;
background-color: #117411;
/* Tailwind (arbitrary) */
class="text-[#117411] bg-[#117411]"
/* SCSS */
$brand: #117411;
/* SwiftUI */
Color(red: 0.067, green: 0.455, blue: 0.067)
/* Android */
Color.parseColor("#117411")Accessibility — WCAG contrast
Aa
#117411 on white: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#117411 on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green45.5%
Blue6.7%
CMYK percentages
Cyan85.3%
Magenta0.0%
Yellow85.3%
Key (black)54.5%
Color previews
#117411 text on a black background
contrast 3.53:1
Card sample
#117411 text on a white background
contrast 5.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #117411;
Background color
Panel with #117411 background
background-color: #117411;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #117411;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 116, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 116, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #117411; background: linear-gradient(135deg, #117411, #117453);