#0e070e
a deep, soft magenta / pink · warm · closest name: black
RGB
14, 7, 14
HSL
300°, 33%, 4%
CMYK
0, 50, 0, 95
Luminance
0.0028
Every format
| HEX | #0e070e |
| RGB | rgb(14, 7, 14) |
| HSL | hsl(300, 33%, 4%) |
| CMYK | cmyk(0%, 50%, 0%, 95%) |
| LAB | lab(2.5 3.0 -2.1) |
| LCH | lch(2.5 3.7 324.4) |
| OKLCH | oklch(0.143 0.020 326.6) |
Copy-ready code
/* CSS */
color: #0e070e;
background-color: #0e070e;
/* Tailwind (arbitrary) */
class="text-[#0e070e] bg-[#0e070e]"
/* SCSS */
$brand: #0e070e;
/* SwiftUI */
Color(red: 0.055, green: 0.027, blue: 0.055)
/* Android */
Color.parseColor("#0e070e")Accessibility — WCAG contrast
Aa
#0e070e on white: 19.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e070e on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green2.7%
Blue5.5%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow0.0%
Key (black)94.5%
Color previews
#0e070e text on a black background
contrast 1.06:1
Card sample
#0e070e text on a white background
contrast 19.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e070e;
Background color
Panel with #0e070e background
background-color: #0e070e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e070e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 7, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 7, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e070e; background: linear-gradient(135deg, #0e070e, #0E0709);