#0a020e
a deep, electric violet · warm · closest name: black
RGB
10, 2, 14
HSL
280°, 75%, 3%
CMYK
29, 86, 0, 95
Luminance
0.0014
Every format
| HEX | #0a020e |
| RGB | rgb(10, 2, 14) |
| HSL | hsl(280, 75%, 3%) |
| CMYK | cmyk(29%, 86%, 0%, 95%) |
| LAB | lab(1.3 3.8 -4.0) |
| LCH | lch(1.3 5.5 313.9) |
| OKLCH | oklch(0.116 0.038 316.6) |
Copy-ready code
/* CSS */
color: #0a020e;
background-color: #0a020e;
/* Tailwind (arbitrary) */
class="text-[#0a020e] bg-[#0a020e]"
/* SCSS */
$brand: #0a020e;
/* SwiftUI */
Color(red: 0.039, green: 0.008, blue: 0.055)
/* Android */
Color.parseColor("#0a020e")Accessibility — WCAG contrast
Aa
#0a020e on white: 20.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0a020e on black: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green0.8%
Blue5.5%
CMYK percentages
Cyan28.6%
Magenta85.7%
Yellow0.0%
Key (black)94.5%
Color previews
#0a020e text on a black background
contrast 1.03:1
Card sample
#0a020e text on a white background
contrast 20.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a020e;
Background color
Panel with #0a020e background
background-color: #0a020e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a020e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 2, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 2, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a020e; background: linear-gradient(135deg, #0a020e, #0E020A);