#0a0e11
a deep, soft blue · cool · closest name: black
RGB
10, 14, 17
HSL
206°, 26%, 5%
CMYK
41, 18, 0, 93
Luminance
0.0042
Every format
| HEX | #0a0e11 |
| RGB | rgb(10, 14, 17) |
| HSL | hsl(206, 26%, 5%) |
| CMYK | cmyk(41%, 18%, 0%, 93%) |
| LAB | lab(3.8 -0.6 -1.9) |
| LCH | lch(3.8 2.0 252.5) |
| OKLCH | oklch(0.161 0.009 240.6) |
Copy-ready code
/* CSS */
color: #0a0e11;
background-color: #0a0e11;
/* Tailwind (arbitrary) */
class="text-[#0a0e11] bg-[#0a0e11]"
/* SCSS */
$brand: #0a0e11;
/* SwiftUI */
Color(red: 0.039, green: 0.055, blue: 0.067)
/* Android */
Color.parseColor("#0a0e11")Accessibility — WCAG contrast
Aa
#0a0e11 on white: 19.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0a0e11 on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green5.5%
Blue6.7%
CMYK percentages
Cyan41.2%
Magenta17.6%
Yellow0.0%
Key (black)93.3%
Color previews
#0a0e11 text on a black background
contrast 1.08:1
Card sample
#0a0e11 text on a white background
contrast 19.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a0e11;
Background color
Panel with #0a0e11 background
background-color: #0a0e11;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a0e11;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 14, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 14, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a0e11; background: linear-gradient(135deg, #0a0e11, #0B0A11);