#11883e
a dark, electric green · cool · closest name: seagreen
RGB
17, 136, 62
HSL
143°, 78%, 30%
CMYK
88, 0, 54, 47
Luminance
0.1808
Every format
| HEX | #11883e |
| RGB | rgb(17, 136, 62) |
| HSL | hsl(143, 78%, 30%) |
| CMYK | cmyk(88%, 0%, 54%, 47%) |
| LAB | lab(49.6 -47.4 31.0) |
| LCH | lch(49.6 56.6 146.8) |
| OKLCH | oklch(0.550 0.147 149.6) |
Copy-ready code
/* CSS */
color: #11883e;
background-color: #11883e;
/* Tailwind (arbitrary) */
class="text-[#11883e] bg-[#11883e]"
/* SCSS */
$brand: #11883e;
/* SwiftUI */
Color(red: 0.067, green: 0.533, blue: 0.243)
/* Android */
Color.parseColor("#11883e")Accessibility — WCAG contrast
Aa
#11883e on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#11883e on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green53.3%
Blue24.3%
CMYK percentages
Cyan87.5%
Magenta0.0%
Yellow54.4%
Key (black)46.7%
Color previews
#11883e text on a black background
contrast 4.62:1
Card sample
#11883e text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #11883e;
Background color
Panel with #11883e background
background-color: #11883e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #11883e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 136, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 136, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #11883e; background: linear-gradient(135deg, #11883e, #118388);