#201213
a deep, soft red · warm · closest name: black
RGB
32, 18, 19
HSL
356°, 28%, 10%
CMYK
0, 44, 41, 88
Luminance
0.0079
Every format
| HEX | #201213 |
| RGB | rgb(32, 18, 19) |
| HSL | hsl(356, 28%, 10%) |
| CMYK | cmyk(0%, 44%, 41%, 88%) |
| LAB | lab(7.1 7.3 2.0) |
| LCH | lch(7.1 7.6 15.0) |
| OKLCH | oklch(0.202 0.024 14.7) |
Copy-ready code
/* CSS */
color: #201213;
background-color: #201213;
/* Tailwind (arbitrary) */
class="text-[#201213] bg-[#201213]"
/* SCSS */
$brand: #201213;
/* SwiftUI */
Color(red: 0.125, green: 0.071, blue: 0.075)
/* Android */
Color.parseColor("#201213")Accessibility — WCAG contrast
Aa
#201213 on white: 18.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#201213 on black: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green7.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta43.8%
Yellow40.6%
Key (black)87.5%
Color previews
#201213 text on a black background
contrast 1.16:1
Card sample
#201213 text on a white background
contrast 18.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #201213;
Background color
Panel with #201213 background
background-color: #201213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #201213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 18, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 18, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #201213; background: linear-gradient(135deg, #201213, #201A12);