#0e5807
a deep, electric green · cool · closest name: forestgreen
RGB
14, 88, 7
HSL
115°, 85%, 19%
CMYK
84, 0, 92, 66
Luminance
0.0709
Every format
| HEX | #0e5807 |
| RGB | rgb(14, 88, 7) |
| HSL | hsl(115, 85%, 19%) |
| CMYK | cmyk(84%, 0%, 92%, 66%) |
| LAB | lab(32.0 -37.3 36.2) |
| LCH | lch(32.0 52.0 135.9) |
| OKLCH | oklch(0.402 0.129 141.9) |
Copy-ready code
/* CSS */
color: #0e5807;
background-color: #0e5807;
/* Tailwind (arbitrary) */
class="text-[#0e5807] bg-[#0e5807]"
/* SCSS */
$brand: #0e5807;
/* SwiftUI */
Color(red: 0.055, green: 0.345, blue: 0.027)
/* Android */
Color.parseColor("#0e5807")Accessibility — WCAG contrast
Aa
#0e5807 on white: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e5807 on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green34.5%
Blue2.7%
CMYK percentages
Cyan84.1%
Magenta0.0%
Yellow92.0%
Key (black)65.5%
Color previews
#0e5807 text on a black background
contrast 2.42:1
Card sample
#0e5807 text on a white background
contrast 8.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e5807;
Background color
Panel with #0e5807 background
background-color: #0e5807;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e5807;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 88, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 88, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e5807; background: linear-gradient(135deg, #0e5807, #075836);