#542321
a deep, soft red · warm · closest name: black
RGB
84, 35, 33
HSL
2°, 44%, 23%
CMYK
0, 58, 61, 67
Luminance
0.0320
Every format
| HEX | #542321 |
| RGB | rgb(84, 35, 33) |
| HSL | hsl(2, 44%, 23%) |
| CMYK | cmyk(0%, 58%, 61%, 67%) |
| LAB | lab(20.8 22.6 12.4) |
| LCH | lch(20.8 25.8 28.7) |
| OKLCH | oklch(0.326 0.074 24.3) |
Copy-ready code
/* CSS */
color: #542321;
background-color: #542321;
/* Tailwind (arbitrary) */
class="text-[#542321] bg-[#542321]"
/* SCSS */
$brand: #542321;
/* SwiftUI */
Color(red: 0.329, green: 0.137, blue: 0.129)
/* Android */
Color.parseColor("#542321")Accessibility — WCAG contrast
Aa
#542321 on white: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#542321 on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green13.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow60.7%
Key (black)67.1%
Color previews
#542321 text on a black background
contrast 1.64:1
Card sample
#542321 text on a white background
contrast 12.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #542321;
Background color
Panel with #542321 background
background-color: #542321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #542321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 35, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 35, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #542321; background: linear-gradient(135deg, #542321, #544521);