#0e7a29
a dark, electric green · cool · closest name: forestgreen
RGB
14, 122, 41
HSL
135°, 79%, 27%
CMYK
89, 0, 66, 52
Luminance
0.1417
Every format
| HEX | #0e7a29 |
| RGB | rgb(14, 122, 41) |
| HSL | hsl(135, 79%, 27%) |
| CMYK | cmyk(89%, 0%, 66%, 52%) |
| LAB | lab(44.5 -45.8 35.5) |
| LCH | lch(44.5 58.0 142.3) |
| OKLCH | oklch(0.506 0.148 146.2) |
Copy-ready code
/* CSS */
color: #0e7a29;
background-color: #0e7a29;
/* Tailwind (arbitrary) */
class="text-[#0e7a29] bg-[#0e7a29]"
/* SCSS */
$brand: #0e7a29;
/* SwiftUI */
Color(red: 0.055, green: 0.478, blue: 0.161)
/* Android */
Color.parseColor("#0e7a29")Accessibility — WCAG contrast
Aa
#0e7a29 on white: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0e7a29 on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green47.8%
Blue16.1%
CMYK percentages
Cyan88.5%
Magenta0.0%
Yellow66.4%
Key (black)52.2%
Color previews
#0e7a29 text on a black background
contrast 3.83:1
Card sample
#0e7a29 text on a white background
contrast 5.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e7a29;
Background color
Panel with #0e7a29 background
background-color: #0e7a29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e7a29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 122, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 122, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e7a29; background: linear-gradient(135deg, #0e7a29, #0E7A71);