#0e071b
a deep, vivid violet · warm · closest name: black
RGB
14, 7, 27
HSL
261°, 59%, 7%
CMYK
48, 74, 0, 89
Luminance
0.0032
Every format
| HEX | #0e071b |
| RGB | rgb(14, 7, 27) |
| HSL | hsl(261, 59%, 7%) |
| CMYK | cmyk(48%, 74%, 0%, 89%) |
| LAB | lab(2.9 6.0 -10.3) |
| LCH | lch(2.9 11.9 300.3) |
| OKLCH | oklch(0.152 0.043 297.8) |
Copy-ready code
/* CSS */
color: #0e071b;
background-color: #0e071b;
/* Tailwind (arbitrary) */
class="text-[#0e071b] bg-[#0e071b]"
/* SCSS */
$brand: #0e071b;
/* SwiftUI */
Color(red: 0.055, green: 0.027, blue: 0.106)
/* Android */
Color.parseColor("#0e071b")Accessibility — WCAG contrast
Aa
#0e071b on white: 19.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e071b on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green2.7%
Blue10.6%
CMYK percentages
Cyan48.1%
Magenta74.1%
Yellow0.0%
Key (black)89.4%
Color previews
#0e071b text on a black background
contrast 1.06:1
Card sample
#0e071b text on a white background
contrast 19.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e071b;
Background color
Panel with #0e071b background
background-color: #0e071b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e071b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 7, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 7, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e071b; background: linear-gradient(135deg, #0e071b, #1B071B);