#0ea440
a dark, electric green · cool · closest name: forestgreen
RGB
14, 164, 64
HSL
140°, 84%, 35%
CMYK
92, 0, 61, 36
Luminance
0.2701
Every format
| HEX | #0ea440 |
| RGB | rgb(14, 164, 64) |
| HSL | hsl(140, 84%, 35%) |
| CMYK | cmyk(92%, 0%, 61%, 36%) |
| LAB | lab(59.0 -56.8 41.2) |
| LCH | lch(59.0 70.2 144.0) |
| OKLCH | oklch(0.628 0.181 147.5) |
Copy-ready code
/* CSS */
color: #0ea440;
background-color: #0ea440;
/* Tailwind (arbitrary) */
class="text-[#0ea440] bg-[#0ea440]"
/* SCSS */
$brand: #0ea440;
/* SwiftUI */
Color(red: 0.055, green: 0.643, blue: 0.251)
/* Android */
Color.parseColor("#0ea440")Accessibility — WCAG contrast
Aa
#0ea440 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0ea440 on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green64.3%
Blue25.1%
CMYK percentages
Cyan91.5%
Magenta0.0%
Yellow61.0%
Key (black)35.7%
Color previews
#0ea440 text on a black background
contrast 6.40:1
Card sample
#0ea440 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ea440;
Background color
Panel with #0ea440 background
background-color: #0ea440;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ea440;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 164, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 164, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ea440; background: linear-gradient(135deg, #0ea440, #0EA4A4);