#541621
a deep, vivid red · warm · closest name: maroon
RGB
84, 22, 33
HSL
349°, 59%, 21%
CMYK
0, 74, 61, 67
Luminance
0.0257
Every format
| HEX | #541621 |
| RGB | rgb(84, 22, 33) |
| HSL | hsl(349, 59%, 21%) |
| CMYK | cmyk(0%, 74%, 61%, 67%) |
| LAB | lab(18.2 29.5 8.9) |
| LCH | lch(18.2 30.8 16.8) |
| OKLCH | oklch(0.307 0.091 14.1) |
Copy-ready code
/* CSS */
color: #541621;
background-color: #541621;
/* Tailwind (arbitrary) */
class="text-[#541621] bg-[#541621]"
/* SCSS */
$brand: #541621;
/* SwiftUI */
Color(red: 0.329, green: 0.086, blue: 0.129)
/* Android */
Color.parseColor("#541621")Accessibility — WCAG contrast
Aa
#541621 on white: 13.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#541621 on black: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green8.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta73.8%
Yellow60.7%
Key (black)67.1%
Color previews
#541621 text on a black background
contrast 1.51:1
Card sample
#541621 text on a white background
contrast 13.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #541621;
Background color
Panel with #541621 background
background-color: #541621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #541621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 22, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 22, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #541621; background: linear-gradient(135deg, #541621, #543416);