#0e180e
a deep, soft green · cool · closest name: black
RGB
14, 24, 14
HSL
120°, 26%, 8%
CMYK
42, 0, 42, 91
Luminance
0.0078
Every format
| HEX | #0e180e |
| RGB | rgb(14, 24, 14) |
| HSL | hsl(120, 26%, 8%) |
| CMYK | cmyk(42%, 0%, 42%, 91%) |
| LAB | lab(7.0 -6.3 4.5) |
| LCH | lch(7.0 7.7 144.5) |
| OKLCH | oklch(0.196 0.025 144.6) |
Copy-ready code
/* CSS */
color: #0e180e;
background-color: #0e180e;
/* Tailwind (arbitrary) */
class="text-[#0e180e] bg-[#0e180e]"
/* SCSS */
$brand: #0e180e;
/* SwiftUI */
Color(red: 0.055, green: 0.094, blue: 0.055)
/* Android */
Color.parseColor("#0e180e")Accessibility — WCAG contrast
Aa
#0e180e on white: 18.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e180e on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green9.4%
Blue5.5%
CMYK percentages
Cyan41.7%
Magenta0.0%
Yellow41.7%
Key (black)90.6%
Color previews
#0e180e text on a black background
contrast 1.16:1
Card sample
#0e180e text on a white background
contrast 18.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e180e;
Background color
Panel with #0e180e background
background-color: #0e180e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e180e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 24, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 24, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e180e; background: linear-gradient(135deg, #0e180e, #0E1815);