#141010
a deep, muted red · warm · closest name: black
RGB
20, 16, 16
HSL
0°, 11%, 7%
CMYK
0, 20, 20, 92
Luminance
0.0056
Every format
| HEX | #141010 |
| RGB | rgb(20, 16, 16) |
| HSL | hsl(0, 11%, 7%) |
| CMYK | cmyk(0%, 20%, 20%, 92%) |
| LAB | lab(5.0 1.6 0.6) |
| LCH | lch(5.0 1.6 19.4) |
| OKLCH | oklch(0.178 0.007 17.8) |
Copy-ready code
/* CSS */
color: #141010;
background-color: #141010;
/* Tailwind (arbitrary) */
class="text-[#141010] bg-[#141010]"
/* SCSS */
$brand: #141010;
/* SwiftUI */
Color(red: 0.078, green: 0.063, blue: 0.063)
/* Android */
Color.parseColor("#141010")Accessibility — WCAG contrast
Aa
#141010 on white: 18.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#141010 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green6.3%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow20.0%
Key (black)92.2%
Color previews
#141010 text on a black background
contrast 1.11:1
Card sample
#141010 text on a white background
contrast 18.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #141010;
Background color
Panel with #141010 background
background-color: #141010;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #141010;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 16, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 16, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #141010; background: linear-gradient(135deg, #141010, #141310);