#0a0a0a
a deep, muted near-black · warm · closest name: black
RGB
10, 10, 10
HSL
0°, 0%, 4%
CMYK
0, 0, 0, 96
Luminance
0.0030
Every format
| HEX | #0a0a0a |
| RGB | rgb(10, 10, 10) |
| HSL | hsl(0, 0%, 4%) |
| CMYK | cmyk(0%, 0%, 0%, 96%) |
| LAB | lab(2.7 0.0 0.0) |
| LCH | lch(2.7 0.0 180.0) |
| OKLCH | oklch(0.145 0.000 89.9) |
Copy-ready code
/* CSS */
color: #0a0a0a;
background-color: #0a0a0a;
/* Tailwind (arbitrary) */
class="text-[#0a0a0a] bg-[#0a0a0a]"
/* SCSS */
$brand: #0a0a0a;
/* SwiftUI */
Color(red: 0.039, green: 0.039, blue: 0.039)
/* Android */
Color.parseColor("#0a0a0a")Accessibility — WCAG contrast
Aa
#0a0a0a on white: 19.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0a0a0a on black: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green3.9%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow0.0%
Key (black)96.1%
Color previews
#0a0a0a text on a black background
contrast 1.06:1
Card sample
#0a0a0a text on a white background
contrast 19.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a0a0a;
Background color
Panel with #0a0a0a background
background-color: #0a0a0a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a0a0a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 10, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 10, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a0a0a; background: linear-gradient(135deg, #0a0a0a, #0A0A0A);