#0e050f
a deep, vivid magenta / pink · warm · closest name: black
RGB
14, 5, 15
HSL
294°, 50%, 4%
CMYK
7, 67, 0, 94
Luminance
0.0024
Every format
| HEX | #0e050f |
| RGB | rgb(14, 5, 15) |
| HSL | hsl(294, 50%, 4%) |
| CMYK | cmyk(7%, 67%, 0%, 94%) |
| LAB | lab(2.1 4.0 -3.2) |
| LCH | lch(2.1 5.1 321.2) |
| OKLCH | oklch(0.137 0.029 323.7) |
Copy-ready code
/* CSS */
color: #0e050f;
background-color: #0e050f;
/* Tailwind (arbitrary) */
class="text-[#0e050f] bg-[#0e050f]"
/* SCSS */
$brand: #0e050f;
/* SwiftUI */
Color(red: 0.055, green: 0.020, blue: 0.059)
/* Android */
Color.parseColor("#0e050f")Accessibility — WCAG contrast
Aa
#0e050f on white: 20.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e050f on black: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green2.0%
Blue5.9%
CMYK percentages
Cyan6.7%
Magenta66.7%
Yellow0.0%
Key (black)94.1%
Color previews
#0e050f text on a black background
contrast 1.05:1
Card sample
#0e050f text on a white background
contrast 20.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e050f;
Background color
Panel with #0e050f background
background-color: #0e050f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e050f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 5, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 5, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e050f; background: linear-gradient(135deg, #0e050f, #0F0509);