#0e3d00
a deep, electric green · cool · closest name: seagreen
RGB
14, 61, 0
HSL
106°, 100%, 12%
CMYK
77, 0, 100, 76
Luminance
0.0343
Every format
| HEX | #0e3d00 |
| RGB | rgb(14, 61, 0) |
| HSL | hsl(106, 100%, 12%) |
| CMYK | cmyk(77%, 0%, 100%, 76%) |
| LAB | lab(21.7 -28.0 29.3) |
| LCH | lch(21.7 40.5 133.7) |
| OKLCH | oklch(0.316 0.101 139.7) |
Copy-ready code
/* CSS */
color: #0e3d00;
background-color: #0e3d00;
/* Tailwind (arbitrary) */
class="text-[#0e3d00] bg-[#0e3d00]"
/* SCSS */
$brand: #0e3d00;
/* SwiftUI */
Color(red: 0.055, green: 0.239, blue: 0.000)
/* Android */
Color.parseColor("#0e3d00")Accessibility — WCAG contrast
Aa
#0e3d00 on white: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e3d00 on black: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green23.9%
Blue0.0%
CMYK percentages
Cyan77.0%
Magenta0.0%
Yellow100.0%
Key (black)76.1%
Color previews
#0e3d00 text on a black background
contrast 1.69:1
Card sample
#0e3d00 text on a white background
contrast 12.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e3d00;
Background color
Panel with #0e3d00 background
background-color: #0e3d00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e3d00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 61, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 61, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e3d00; background: linear-gradient(135deg, #0e3d00, #003D1B);