#11994a
a dark, electric green · cool · closest name: forestgreen
RGB
17, 153, 74
HSL
145°, 80%, 33%
CMYK
89, 0, 52, 40
Luminance
0.2340
Every format
| HEX | #11994a |
| RGB | rgb(17, 153, 74) |
| HSL | hsl(145, 80%, 33%) |
| CMYK | cmyk(89%, 0%, 52%, 40%) |
| LAB | lab(55.5 -51.4 32.1) |
| LCH | lch(55.5 60.6 148.1) |
| OKLCH | oklch(0.599 0.158 150.6) |
Copy-ready code
/* CSS */
color: #11994a;
background-color: #11994a;
/* Tailwind (arbitrary) */
class="text-[#11994a] bg-[#11994a]"
/* SCSS */
$brand: #11994a;
/* SwiftUI */
Color(red: 0.067, green: 0.600, blue: 0.290)
/* Android */
Color.parseColor("#11994a")Accessibility — WCAG contrast
Aa
#11994a on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#11994a on black: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green60.0%
Blue29.0%
CMYK percentages
Cyan88.9%
Magenta0.0%
Yellow51.6%
Key (black)40.0%
Color previews
#11994a text on a black background
contrast 5.68:1
Card sample
#11994a text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11994a;
Background color
Panel with #11994a background
background-color: #11994a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11994a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 153, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 153, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11994a; background: linear-gradient(135deg, #11994a, #118D99);