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