#0e0e0a
a deep, soft yellow · cool · closest name: black
RGB
14, 14, 10
HSL
60°, 17%, 5%
CMYK
0, 0, 29, 95
Luminance
0.0043
Every format
| HEX | #0e0e0a |
| RGB | rgb(14, 14, 10) |
| HSL | hsl(60, 17%, 5%) |
| CMYK | cmyk(0%, 0%, 29%, 95%) |
| LAB | lab(3.9 -0.6 1.7) |
| LCH | lch(3.9 1.8 110.1) |
| OKLCH | oklch(0.162 0.008 107.3) |
Copy-ready code
/* CSS */
color: #0e0e0a;
background-color: #0e0e0a;
/* Tailwind (arbitrary) */
class="text-[#0e0e0a] bg-[#0e0e0a]"
/* SCSS */
$brand: #0e0e0a;
/* SwiftUI */
Color(red: 0.055, green: 0.055, blue: 0.039)
/* Android */
Color.parseColor("#0e0e0a")Accessibility — WCAG contrast
Aa
#0e0e0a on white: 19.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e0e0a on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green5.5%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow28.6%
Key (black)94.5%
Color previews
#0e0e0a text on a black background
contrast 1.09:1
Card sample
#0e0e0a text on a white background
contrast 19.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e0e0a;
Background color
Panel with #0e0e0a background
background-color: #0e0e0a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e0e0a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 14, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 14, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e0e0a; background: linear-gradient(135deg, #0e0e0a, #0B0E0A);