#542421
a deep, soft red · warm · closest name: black
RGB
84, 36, 33
HSL
4°, 44%, 23%
CMYK
0, 57, 61, 67
Luminance
0.0326
Every format
| HEX | #542421 |
| RGB | rgb(84, 36, 33) |
| HSL | hsl(4, 44%, 23%) |
| CMYK | cmyk(0%, 57%, 61%, 67%) |
| LAB | lab(21.0 22.0 12.7) |
| LCH | lch(21.0 25.4 29.9) |
| OKLCH | oklch(0.328 0.072 25.4) |
Copy-ready code
/* CSS */
color: #542421;
background-color: #542421;
/* Tailwind (arbitrary) */
class="text-[#542421] bg-[#542421]"
/* SCSS */
$brand: #542421;
/* SwiftUI */
Color(red: 0.329, green: 0.141, blue: 0.129)
/* Android */
Color.parseColor("#542421")Accessibility — WCAG contrast
Aa
#542421 on white: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#542421 on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green14.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta57.1%
Yellow60.7%
Key (black)67.1%
Color previews
#542421 text on a black background
contrast 1.65:1
Card sample
#542421 text on a white background
contrast 12.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #542421;
Background color
Panel with #542421 background
background-color: #542421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #542421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 36, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 36, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #542421; background: linear-gradient(135deg, #542421, #544621);