#201014
a deep, soft red · warm · closest name: black
RGB
32, 16, 20
HSL
345°, 33%, 9%
CMYK
0, 50, 38, 88
Luminance
0.0073
Every format
| HEX | #201014 |
| RGB | rgb(32, 16, 20) |
| HSL | hsl(345, 33%, 9%) |
| CMYK | cmyk(0%, 50%, 38%, 88%) |
| LAB | lab(6.6 8.7 0.6) |
| LCH | lch(6.6 8.8 3.6) |
| OKLCH | oklch(0.197 0.028 3.7) |
Copy-ready code
/* CSS */
color: #201014;
background-color: #201014;
/* Tailwind (arbitrary) */
class="text-[#201014] bg-[#201014]"
/* SCSS */
$brand: #201014;
/* SwiftUI */
Color(red: 0.125, green: 0.063, blue: 0.078)
/* Android */
Color.parseColor("#201014")Accessibility — WCAG contrast
Aa
#201014 on white: 18.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#201014 on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green6.3%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow37.5%
Key (black)87.5%
Color previews
#201014 text on a black background
contrast 1.15:1
Card sample
#201014 text on a white background
contrast 18.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #201014;
Background color
Panel with #201014 background
background-color: #201014;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #201014;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 16, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 16, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #201014; background: linear-gradient(135deg, #201014, #201710);