#540121
a deep, electric magenta / pink · warm · closest name: maroon
RGB
84, 1, 33
HSL
337°, 98%, 17%
CMYK
0, 99, 61, 67
Luminance
0.0202
Every format
| HEX | #540121 |
| RGB | rgb(84, 1, 33) |
| HSL | hsl(337, 98%, 17%) |
| CMYK | cmyk(0%, 99%, 61%, 67%) |
| LAB | lab(15.6 37.0 5.3) |
| LCH | lch(15.6 37.3 8.1) |
| OKLCH | oklch(0.287 0.114 6.8) |
Copy-ready code
/* CSS */
color: #540121;
background-color: #540121;
/* Tailwind (arbitrary) */
class="text-[#540121] bg-[#540121]"
/* SCSS */
$brand: #540121;
/* SwiftUI */
Color(red: 0.329, green: 0.004, blue: 0.129)
/* Android */
Color.parseColor("#540121")Accessibility — WCAG contrast
Aa
#540121 on white: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#540121 on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green0.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta98.8%
Yellow60.7%
Key (black)67.1%
Color previews
#540121 text on a black background
contrast 1.40:1
Card sample
#540121 text on a white background
contrast 14.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #540121;
Background color
Panel with #540121 background
background-color: #540121;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #540121;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 1, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 1, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #540121; background: linear-gradient(135deg, #540121, #541801);