#0e180a
a deep, soft green · cool · closest name: black
RGB
14, 24, 10
HSL
103°, 41%, 7%
CMYK
42, 0, 58, 91
Luminance
0.0077
Every format
| HEX | #0e180a |
| RGB | rgb(14, 24, 10) |
| HSL | hsl(103, 41%, 7%) |
| CMYK | cmyk(42%, 0%, 58%, 91%) |
| LAB | lab(6.9 -6.9 6.2) |
| LCH | lch(6.9 9.2 138.2) |
| OKLCH | oklch(0.195 0.031 137.2) |
Copy-ready code
/* CSS */
color: #0e180a;
background-color: #0e180a;
/* Tailwind (arbitrary) */
class="text-[#0e180a] bg-[#0e180a]"
/* SCSS */
$brand: #0e180a;
/* SwiftUI */
Color(red: 0.055, green: 0.094, blue: 0.039)
/* Android */
Color.parseColor("#0e180a")Accessibility — WCAG contrast
Aa
#0e180a on white: 18.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e180a on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green9.4%
Blue3.9%
CMYK percentages
Cyan41.7%
Magenta0.0%
Yellow58.3%
Key (black)90.6%
Color previews
#0e180a text on a black background
contrast 1.15:1
Card sample
#0e180a text on a white background
contrast 18.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e180a;
Background color
Panel with #0e180a background
background-color: #0e180a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e180a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 24, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 24, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e180a; background: linear-gradient(135deg, #0e180a, #0A180F);