#0e301b
a deep, vivid green · cool · closest name: darkslategray
RGB
14, 48, 27
HSL
143°, 55%, 12%
CMYK
71, 0, 44, 81
Luminance
0.0229
Every format
| HEX | #0e301b |
| RGB | rgb(14, 48, 27) |
| HSL | hsl(143, 55%, 12%) |
| CMYK | cmyk(71%, 0%, 44%, 81%) |
| LAB | lab(16.9 -18.3 9.9) |
| LCH | lch(16.9 20.8 151.6) |
| OKLCH | oklch(0.278 0.056 153.5) |
Copy-ready code
/* CSS */
color: #0e301b;
background-color: #0e301b;
/* Tailwind (arbitrary) */
class="text-[#0e301b] bg-[#0e301b]"
/* SCSS */
$brand: #0e301b;
/* SwiftUI */
Color(red: 0.055, green: 0.188, blue: 0.106)
/* Android */
Color.parseColor("#0e301b")Accessibility — WCAG contrast
Aa
#0e301b on white: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e301b on black: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green18.8%
Blue10.6%
CMYK percentages
Cyan70.8%
Magenta0.0%
Yellow43.8%
Key (black)81.2%
Color previews
#0e301b text on a black background
contrast 1.46:1
Card sample
#0e301b text on a white background
contrast 14.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e301b;
Background color
Panel with #0e301b background
background-color: #0e301b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e301b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 48, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 48, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e301b; background: linear-gradient(135deg, #0e301b, #0E2F30);