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