#0e7a36
a dark, electric green · cool · closest name: seagreen
RGB
14, 122, 54
HSL
142°, 79%, 27%
CMYK
89, 0, 56, 52
Luminance
0.1428
Every format
| HEX | #0e7a36 |
| RGB | rgb(14, 122, 54) |
| HSL | hsl(142, 79%, 27%) |
| CMYK | cmyk(89%, 0%, 56%, 52%) |
| LAB | lab(44.6 -44.0 29.1) |
| LCH | lch(44.6 52.8 146.5) |
| OKLCH | oklch(0.508 0.137 149.3) |
Copy-ready code
/* CSS */
color: #0e7a36;
background-color: #0e7a36;
/* Tailwind (arbitrary) */
class="text-[#0e7a36] bg-[#0e7a36]"
/* SCSS */
$brand: #0e7a36;
/* SwiftUI */
Color(red: 0.055, green: 0.478, blue: 0.212)
/* Android */
Color.parseColor("#0e7a36")Accessibility — WCAG contrast
Aa
#0e7a36 on white: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0e7a36 on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green47.8%
Blue21.2%
CMYK percentages
Cyan88.5%
Magenta0.0%
Yellow55.7%
Key (black)52.2%
Color previews
#0e7a36 text on a black background
contrast 3.86:1
Card sample
#0e7a36 text on a white background
contrast 5.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e7a36;
Background color
Panel with #0e7a36 background
background-color: #0e7a36;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e7a36;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 122, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 122, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e7a36; background: linear-gradient(135deg, #0e7a36, #0E767A);