#292021
a deep, muted red · warm · closest name: black
RGB
41, 32, 33
HSL
353°, 12%, 14%
CMYK
0, 22, 20, 84
Luminance
0.0161
Every format
| HEX | #292021 |
| RGB | rgb(41, 32, 33) |
| HSL | hsl(353, 12%, 14%) |
| CMYK | cmyk(0%, 22%, 20%, 84%) |
| LAB | lab(13.3 4.5 0.9) |
| LCH | lch(13.3 4.6 11.8) |
| OKLCH | oklch(0.255 0.014 10.6) |
Copy-ready code
/* CSS */
color: #292021;
background-color: #292021;
/* Tailwind (arbitrary) */
class="text-[#292021] bg-[#292021]"
/* SCSS */
$brand: #292021;
/* SwiftUI */
Color(red: 0.161, green: 0.125, blue: 0.129)
/* Android */
Color.parseColor("#292021")Accessibility — WCAG contrast
Aa
#292021 on white: 15.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#292021 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green12.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta22.0%
Yellow19.5%
Key (black)83.9%
Color previews
#292021 text on a black background
contrast 1.32:1
Card sample
#292021 text on a white background
contrast 15.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #292021;
Background color
Panel with #292021 background
background-color: #292021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #292021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 32, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 32, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #292021; background: linear-gradient(135deg, #292021, #292520);