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