#0e5621
a deep, vivid green · cool · closest name: seagreen
RGB
14, 86, 33
HSL
136°, 72%, 20%
CMYK
84, 0, 62, 66
Luminance
0.0686
Every format
| HEX | #0e5621 |
| RGB | rgb(14, 86, 33) |
| HSL | hsl(136, 72%, 20%) |
| CMYK | cmyk(84%, 0%, 62%, 66%) |
| LAB | lab(31.5 -34.0 24.6) |
| LCH | lch(31.5 41.9 144.1) |
| OKLCH | oklch(0.398 0.108 147.4) |
Copy-ready code
/* CSS */
color: #0e5621;
background-color: #0e5621;
/* Tailwind (arbitrary) */
class="text-[#0e5621] bg-[#0e5621]"
/* SCSS */
$brand: #0e5621;
/* SwiftUI */
Color(red: 0.055, green: 0.337, blue: 0.129)
/* Android */
Color.parseColor("#0e5621")Accessibility — WCAG contrast
Aa
#0e5621 on white: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e5621 on black: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green33.7%
Blue12.9%
CMYK percentages
Cyan83.7%
Magenta0.0%
Yellow61.6%
Key (black)66.3%
Color previews
#0e5621 text on a black background
contrast 2.37:1
Card sample
#0e5621 text on a white background
contrast 8.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e5621;
Background color
Panel with #0e5621 background
background-color: #0e5621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e5621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 86, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 86, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e5621; background: linear-gradient(135deg, #0e5621, #0E5651);