#0e080b
a deep, soft magenta / pink · warm · closest name: black
RGB
14, 8, 11
HSL
330°, 27%, 4%
CMYK
0, 43, 21, 95
Luminance
0.0029
Every format
| HEX | #0e080b |
| RGB | rgb(14, 8, 11) |
| HSL | hsl(330, 27%, 4%) |
| CMYK | cmyk(0%, 43%, 21%, 95%) |
| LAB | lab(2.6 2.1 -0.6) |
| LCH | lch(2.6 2.2 345.4) |
| OKLCH | oklch(0.144 0.013 346.7) |
Copy-ready code
/* CSS */
color: #0e080b;
background-color: #0e080b;
/* Tailwind (arbitrary) */
class="text-[#0e080b] bg-[#0e080b]"
/* SCSS */
$brand: #0e080b;
/* SwiftUI */
Color(red: 0.055, green: 0.031, blue: 0.043)
/* Android */
Color.parseColor("#0e080b")Accessibility — WCAG contrast
Aa
#0e080b on white: 19.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e080b on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green3.1%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow21.4%
Key (black)94.5%
Color previews
#0e080b text on a black background
contrast 1.06:1
Card sample
#0e080b text on a white background
contrast 19.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e080b;
Background color
Panel with #0e080b background
background-color: #0e080b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e080b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 8, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 8, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e080b; background: linear-gradient(135deg, #0e080b, #0E0908);