#540621
a deep, electric magenta / pink · warm · closest name: maroon
RGB
84, 6, 33
HSL
339°, 87%, 18%
CMYK
0, 93, 61, 67
Luminance
0.0212
Every format
| HEX | #540621 |
| RGB | rgb(84, 6, 33) |
| HSL | hsl(339, 87%, 18%) |
| CMYK | cmyk(0%, 93%, 61%, 67%) |
| LAB | lab(16.1 35.4 6.0) |
| LCH | lch(16.1 35.9 9.7) |
| OKLCH | oklch(0.291 0.109 8.1) |
Copy-ready code
/* CSS */
color: #540621;
background-color: #540621;
/* Tailwind (arbitrary) */
class="text-[#540621] bg-[#540621]"
/* SCSS */
$brand: #540621;
/* SwiftUI */
Color(red: 0.329, green: 0.024, blue: 0.129)
/* Android */
Color.parseColor("#540621")Accessibility — WCAG contrast
Aa
#540621 on white: 14.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#540621 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green2.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta92.9%
Yellow60.7%
Key (black)67.1%
Color previews
#540621 text on a black background
contrast 1.42:1
Card sample
#540621 text on a white background
contrast 14.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #540621;
Background color
Panel with #540621 background
background-color: #540621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #540621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 6, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 6, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #540621; background: linear-gradient(135deg, #540621, #541F06);