#11993a
a dark, electric green · cool · closest name: forestgreen
RGB
17, 153, 58
HSL
138°, 80%, 33%
CMYK
89, 0, 62, 40
Luminance
0.2321
Every format
| HEX | #11993a |
| RGB | rgb(17, 153, 58) |
| HSL | hsl(138, 80%, 33%) |
| CMYK | cmyk(89%, 0%, 62%, 40%) |
| LAB | lab(55.3 -53.8 39.7) |
| LCH | lch(55.3 66.9 143.5) |
| OKLCH | oklch(0.597 0.172 147.1) |
Copy-ready code
/* CSS */
color: #11993a;
background-color: #11993a;
/* Tailwind (arbitrary) */
class="text-[#11993a] bg-[#11993a]"
/* SCSS */
$brand: #11993a;
/* SwiftUI */
Color(red: 0.067, green: 0.600, blue: 0.227)
/* Android */
Color.parseColor("#11993a")Accessibility — WCAG contrast
Aa
#11993a on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#11993a on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green60.0%
Blue22.7%
CMYK percentages
Cyan88.9%
Magenta0.0%
Yellow62.1%
Key (black)40.0%
Color previews
#11993a text on a black background
contrast 5.64:1
Card sample
#11993a text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11993a;
Background color
Panel with #11993a background
background-color: #11993a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11993a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 153, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 153, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11993a; background: linear-gradient(135deg, #11993a, #119995);