#11882b
a dark, electric green · cool · closest name: forestgreen
RGB
17, 136, 43
HSL
133°, 78%, 30%
CMYK
88, 0, 68, 47
Luminance
0.1790
Every format
| HEX | #11882b |
| RGB | rgb(17, 136, 43) |
| HSL | hsl(133, 78%, 30%) |
| CMYK | cmyk(88%, 0%, 68%, 47%) |
| LAB | lab(49.4 -50.0 40.0) |
| LCH | lch(49.4 64.0 141.4) |
| OKLCH | oklch(0.547 0.163 145.5) |
Copy-ready code
/* CSS */
color: #11882b;
background-color: #11882b;
/* Tailwind (arbitrary) */
class="text-[#11882b] bg-[#11882b]"
/* SCSS */
$brand: #11882b;
/* SwiftUI */
Color(red: 0.067, green: 0.533, blue: 0.169)
/* Android */
Color.parseColor("#11882b")Accessibility — WCAG contrast
Aa
#11882b on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#11882b on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green53.3%
Blue16.9%
CMYK percentages
Cyan87.5%
Magenta0.0%
Yellow68.4%
Key (black)46.7%
Color previews
#11882b text on a black background
contrast 4.58:1
Card sample
#11882b text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11882b;
Background color
Panel with #11882b background
background-color: #11882b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11882b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 136, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 136, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11882b; background: linear-gradient(135deg, #11882b, #11887A);