#0e8844
a dark, electric green · cool · closest name: seagreen
RGB
14, 136, 68
HSL
147°, 81%, 29%
CMYK
90, 0, 50, 47
Luminance
0.1812
Every format
| HEX | #0e8844 |
| RGB | rgb(14, 136, 68) |
| HSL | hsl(147, 81%, 29%) |
| CMYK | cmyk(90%, 0%, 50%, 47%) |
| LAB | lab(49.6 -46.7 27.9) |
| LCH | lch(49.6 54.4 149.1) |
| OKLCH | oklch(0.550 0.142 151.5) |
Copy-ready code
/* CSS */
color: #0e8844;
background-color: #0e8844;
/* Tailwind (arbitrary) */
class="text-[#0e8844] bg-[#0e8844]"
/* SCSS */
$brand: #0e8844;
/* SwiftUI */
Color(red: 0.055, green: 0.533, blue: 0.267)
/* Android */
Color.parseColor("#0e8844")Accessibility — WCAG contrast
Aa
#0e8844 on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0e8844 on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green53.3%
Blue26.7%
CMYK percentages
Cyan89.7%
Magenta0.0%
Yellow50.0%
Key (black)46.7%
Color previews
#0e8844 text on a black background
contrast 4.62:1
Card sample
#0e8844 text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e8844;
Background color
Panel with #0e8844 background
background-color: #0e8844;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e8844;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 136, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 136, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e8844; background: linear-gradient(135deg, #0e8844, #0E7B88);