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