#542a21
a deep, soft red · warm · closest name: sienna
RGB
84, 42, 33
HSL
11°, 44%, 23%
CMYK
0, 50, 61, 67
Luminance
0.0365
Every format
| HEX | #542a21 |
| RGB | rgb(84, 42, 33) |
| HSL | hsl(11, 44%, 23%) |
| CMYK | cmyk(0%, 50%, 61%, 67%) |
| LAB | lab(22.5 18.4 14.5) |
| LCH | lch(22.5 23.5 38.3) |
| OKLCH | oklch(0.339 0.065 33.2) |
Copy-ready code
/* CSS */
color: #542a21;
background-color: #542a21;
/* Tailwind (arbitrary) */
class="text-[#542a21] bg-[#542a21]"
/* SCSS */
$brand: #542a21;
/* SwiftUI */
Color(red: 0.329, green: 0.165, blue: 0.129)
/* Android */
Color.parseColor("#542a21")Accessibility — WCAG contrast
Aa
#542a21 on white: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#542a21 on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green16.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow60.7%
Key (black)67.1%
Color previews
#542a21 text on a black background
contrast 1.73:1
Card sample
#542a21 text on a white background
contrast 12.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #542a21;
Background color
Panel with #542a21 background
background-color: #542a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #542a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 42, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 42, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #542a21; background: linear-gradient(135deg, #542a21, #544C21);