#0e080f
a deep, soft magenta / pink · warm · closest name: black
RGB
14, 8, 15
HSL
291°, 30%, 5%
CMYK
7, 47, 0, 94
Luminance
0.0030
Every format
| HEX | #0e080f |
| RGB | rgb(14, 8, 15) |
| HSL | hsl(291, 30%, 5%) |
| CMYK | cmyk(7%, 47%, 0%, 94%) |
| LAB | lab(2.7 2.8 -2.3) |
| LCH | lch(2.7 3.6 319.9) |
| OKLCH | oklch(0.146 0.018 321.7) |
Copy-ready code
/* CSS */
color: #0e080f;
background-color: #0e080f;
/* Tailwind (arbitrary) */
class="text-[#0e080f] bg-[#0e080f]"
/* SCSS */
$brand: #0e080f;
/* SwiftUI */
Color(red: 0.055, green: 0.031, blue: 0.059)
/* Android */
Color.parseColor("#0e080f")Accessibility — WCAG contrast
Aa
#0e080f on white: 19.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e080f on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green3.1%
Blue5.9%
CMYK percentages
Cyan6.7%
Magenta46.7%
Yellow0.0%
Key (black)94.1%
Color previews
#0e080f text on a black background
contrast 1.06:1
Card sample
#0e080f text on a white background
contrast 19.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e080f;
Background color
Panel with #0e080f background
background-color: #0e080f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e080f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 8, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 8, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e080f; background: linear-gradient(135deg, #0e080f, #0F080B);