#0e580e
a deep, vivid green · cool · closest name: seagreen
RGB
14, 88, 14
HSL
120°, 73%, 20%
CMYK
84, 0, 84, 66
Luminance
0.0710
Every format
| HEX | #0e580e |
| RGB | rgb(14, 88, 14) |
| HSL | hsl(120, 73%, 20%) |
| CMYK | cmyk(84%, 0%, 84%, 66%) |
| LAB | lab(32.0 -36.9 34.0) |
| LCH | lch(32.0 50.1 137.4) |
| OKLCH | oklch(0.402 0.126 142.8) |
Copy-ready code
/* CSS */
color: #0e580e;
background-color: #0e580e;
/* Tailwind (arbitrary) */
class="text-[#0e580e] bg-[#0e580e]"
/* SCSS */
$brand: #0e580e;
/* SwiftUI */
Color(red: 0.055, green: 0.345, blue: 0.055)
/* Android */
Color.parseColor("#0e580e")Accessibility — WCAG contrast
Aa
#0e580e on white: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e580e on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green34.5%
Blue5.5%
CMYK percentages
Cyan84.1%
Magenta0.0%
Yellow84.1%
Key (black)65.5%
Color previews
#0e580e text on a black background
contrast 2.42:1
Card sample
#0e580e text on a white background
contrast 8.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e580e;
Background color
Panel with #0e580e background
background-color: #0e580e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e580e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 88, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 88, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e580e; background: linear-gradient(135deg, #0e580e, #0E583F);