#541021
a deep, vivid red · warm · closest name: maroon
RGB
84, 16, 33
HSL
345°, 68%, 20%
CMYK
0, 81, 61, 67
Luminance
0.0237
Every format
| HEX | #541021 |
| RGB | rgb(84, 16, 33) |
| HSL | hsl(345, 68%, 20%) |
| CMYK | cmyk(0%, 81%, 61%, 67%) |
| LAB | lab(17.3 32.0 7.6) |
| LCH | lch(17.3 33.0 13.4) |
| OKLCH | oklch(0.300 0.099 11.2) |
Copy-ready code
/* CSS */
color: #541021;
background-color: #541021;
/* Tailwind (arbitrary) */
class="text-[#541021] bg-[#541021]"
/* SCSS */
$brand: #541021;
/* SwiftUI */
Color(red: 0.329, green: 0.063, blue: 0.129)
/* Android */
Color.parseColor("#541021")Accessibility — WCAG contrast
Aa
#541021 on white: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#541021 on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green6.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta81.0%
Yellow60.7%
Key (black)67.1%
Color previews
#541021 text on a black background
contrast 1.47:1
Card sample
#541021 text on a white background
contrast 14.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #541021;
Background color
Panel with #541021 background
background-color: #541021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #541021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 16, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 16, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #541021; background: linear-gradient(135deg, #541021, #542C10);