#0a030e
a deep, vivid violet · warm · closest name: black
RGB
10, 3, 14
HSL
278°, 65%, 3%
CMYK
29, 79, 0, 95
Luminance
0.0016
Every format
| HEX | #0a030e |
| RGB | rgb(10, 3, 14) |
| HSL | hsl(278, 65%, 3%) |
| CMYK | cmyk(29%, 79%, 0%, 95%) |
| LAB | lab(1.5 3.4 -3.7) |
| LCH | lch(1.5 5.0 312.8) |
| OKLCH | oklch(0.121 0.033 315.0) |
Copy-ready code
/* CSS */
color: #0a030e;
background-color: #0a030e;
/* Tailwind (arbitrary) */
class="text-[#0a030e] bg-[#0a030e]"
/* SCSS */
$brand: #0a030e;
/* SwiftUI */
Color(red: 0.039, green: 0.012, blue: 0.055)
/* Android */
Color.parseColor("#0a030e")Accessibility — WCAG contrast
Aa
#0a030e on white: 20.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0a030e on black: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green1.2%
Blue5.5%
CMYK percentages
Cyan28.6%
Magenta78.6%
Yellow0.0%
Key (black)94.5%
Color previews
#0a030e text on a black background
contrast 1.03:1
Card sample
#0a030e text on a white background
contrast 20.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a030e;
Background color
Panel with #0a030e background
background-color: #0a030e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a030e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 3, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 3, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a030e; background: linear-gradient(135deg, #0a030e, #0E030B);