#0e620e
a deep, electric green · cool · closest name: forestgreen
RGB
14, 98, 14
HSL
120°, 75%, 22%
CMYK
86, 0, 86, 62
Luminance
0.0886
Every format
| HEX | #0e620e |
| RGB | rgb(14, 98, 14) |
| HSL | hsl(120, 75%, 22%) |
| CMYK | cmyk(86%, 0%, 86%, 62%) |
| LAB | lab(35.7 -40.3 37.5) |
| LCH | lch(35.7 55.0 137.1) |
| OKLCH | oklch(0.433 0.138 142.7) |
Copy-ready code
/* CSS */
color: #0e620e;
background-color: #0e620e;
/* Tailwind (arbitrary) */
class="text-[#0e620e] bg-[#0e620e]"
/* SCSS */
$brand: #0e620e;
/* SwiftUI */
Color(red: 0.055, green: 0.384, blue: 0.055)
/* Android */
Color.parseColor("#0e620e")Accessibility — WCAG contrast
Aa
#0e620e on white: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e620e on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green38.4%
Blue5.5%
CMYK percentages
Cyan85.7%
Magenta0.0%
Yellow85.7%
Key (black)61.6%
Color previews
#0e620e text on a black background
contrast 2.77:1
Card sample
#0e620e text on a white background
contrast 7.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e620e;
Background color
Panel with #0e620e background
background-color: #0e620e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e620e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 98, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 98, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e620e; background: linear-gradient(135deg, #0e620e, #0E6246);