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