#541321
a deep, vivid red · warm · closest name: maroon
RGB
84, 19, 33
HSL
347°, 63%, 20%
CMYK
0, 77, 61, 67
Luminance
0.0246
Every format
| HEX | #541321 |
| RGB | rgb(84, 19, 33) |
| HSL | hsl(347, 63%, 20%) |
| CMYK | cmyk(0%, 77%, 61%, 67%) |
| LAB | lab(17.7 30.8 8.2) |
| LCH | lch(17.7 31.9 15.0) |
| OKLCH | oklch(0.303 0.095 12.5) |
Copy-ready code
/* CSS */
color: #541321;
background-color: #541321;
/* Tailwind (arbitrary) */
class="text-[#541321] bg-[#541321]"
/* SCSS */
$brand: #541321;
/* SwiftUI */
Color(red: 0.329, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#541321")Accessibility — WCAG contrast
Aa
#541321 on white: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#541321 on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta77.4%
Yellow60.7%
Key (black)67.1%
Color previews
#541321 text on a black background
contrast 1.49:1
Card sample
#541321 text on a white background
contrast 14.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #541321;
Background color
Panel with #541321 background
background-color: #541321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #541321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #541321; background: linear-gradient(135deg, #541321, #543013);