#541c21
a deep, vivid red · warm · closest name: black
RGB
84, 28, 33
HSL
355°, 50%, 22%
CMYK
0, 67, 61, 67
Luminance
0.0283
Every format
| HEX | #541c21 |
| RGB | rgb(84, 28, 33) |
| HSL | hsl(355, 50%, 22%) |
| CMYK | cmyk(0%, 67%, 61%, 67%) |
| LAB | lab(19.3 26.5 10.4) |
| LCH | lch(19.3 28.5 21.4) |
| OKLCH | oklch(0.315 0.083 18.0) |
Copy-ready code
/* CSS */
color: #541c21;
background-color: #541c21;
/* Tailwind (arbitrary) */
class="text-[#541c21] bg-[#541c21]"
/* SCSS */
$brand: #541c21;
/* SwiftUI */
Color(red: 0.329, green: 0.110, blue: 0.129)
/* Android */
Color.parseColor("#541c21")Accessibility — WCAG contrast
Aa
#541c21 on white: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#541c21 on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green11.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow60.7%
Key (black)67.1%
Color previews
#541c21 text on a black background
contrast 1.57:1
Card sample
#541c21 text on a white background
contrast 13.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #541c21;
Background color
Panel with #541c21 background
background-color: #541c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #541c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 28, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 28, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #541c21; background: linear-gradient(135deg, #541c21, #543C1C);