#201413
a deep, soft red · warm · closest name: black
RGB
32, 20, 19
HSL
5°, 26%, 10%
CMYK
0, 38, 41, 88
Luminance
0.0085
Every format
| HEX | #201413 |
| RGB | rgb(32, 20, 19) |
| HSL | hsl(5, 26%, 10%) |
| CMYK | cmyk(0%, 38%, 41%, 88%) |
| LAB | lab(7.7 6.0 2.9) |
| LCH | lch(7.7 6.6 25.6) |
| OKLCH | oklch(0.207 0.020 24.3) |
Copy-ready code
/* CSS */
color: #201413;
background-color: #201413;
/* Tailwind (arbitrary) */
class="text-[#201413] bg-[#201413]"
/* SCSS */
$brand: #201413;
/* SwiftUI */
Color(red: 0.125, green: 0.078, blue: 0.075)
/* Android */
Color.parseColor("#201413")Accessibility — WCAG contrast
Aa
#201413 on white: 17.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#201413 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green7.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta37.5%
Yellow40.6%
Key (black)87.5%
Color previews
#201413 text on a black background
contrast 1.17:1
Card sample
#201413 text on a white background
contrast 17.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #201413;
Background color
Panel with #201413 background
background-color: #201413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #201413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 20, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 20, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #201413; background: linear-gradient(135deg, #201413, #201D13);