#540b21
a deep, electric magenta / pink · warm · closest name: maroon
RGB
84, 11, 33
HSL
342°, 77%, 19%
CMYK
0, 87, 61, 67
Luminance
0.0223
Every format
| HEX | #540b21 |
| RGB | rgb(84, 11, 33) |
| HSL | hsl(342, 77%, 19%) |
| CMYK | cmyk(0%, 87%, 61%, 67%) |
| LAB | lab(16.7 33.8 6.8) |
| LCH | lch(16.7 34.5 11.3) |
| OKLCH | oklch(0.295 0.104 9.5) |
Copy-ready code
/* CSS */
color: #540b21;
background-color: #540b21;
/* Tailwind (arbitrary) */
class="text-[#540b21] bg-[#540b21]"
/* SCSS */
$brand: #540b21;
/* SwiftUI */
Color(red: 0.329, green: 0.043, blue: 0.129)
/* Android */
Color.parseColor("#540b21")Accessibility — WCAG contrast
Aa
#540b21 on white: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#540b21 on black: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green4.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta86.9%
Yellow60.7%
Key (black)67.1%
Color previews
#540b21 text on a black background
contrast 1.45:1
Card sample
#540b21 text on a white background
contrast 14.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #540b21;
Background color
Panel with #540b21 background
background-color: #540b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #540b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 11, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 11, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #540b21; background: linear-gradient(135deg, #540b21, #54260B);