#540a21
a deep, electric magenta / pink · warm · closest name: maroon
RGB
84, 10, 33
HSL
341°, 79%, 18%
CMYK
0, 88, 61, 67
Luminance
0.0221
Every format
| HEX | #540a21 |
| RGB | rgb(84, 10, 33) |
| HSL | hsl(341, 79%, 18%) |
| CMYK | cmyk(0%, 88%, 61%, 67%) |
| LAB | lab(16.6 34.1 6.6) |
| LCH | lch(16.6 34.8 11.0) |
| OKLCH | oklch(0.294 0.105 9.2) |
Copy-ready code
/* CSS */
color: #540a21;
background-color: #540a21;
/* Tailwind (arbitrary) */
class="text-[#540a21] bg-[#540a21]"
/* SCSS */
$brand: #540a21;
/* SwiftUI */
Color(red: 0.329, green: 0.039, blue: 0.129)
/* Android */
Color.parseColor("#540a21")Accessibility — WCAG contrast
Aa
#540a21 on white: 14.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#540a21 on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green3.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta88.1%
Yellow60.7%
Key (black)67.1%
Color previews
#540a21 text on a black background
contrast 1.44:1
Card sample
#540a21 text on a white background
contrast 14.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #540a21;
Background color
Panel with #540a21 background
background-color: #540a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #540a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 10, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 10, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #540a21; background: linear-gradient(135deg, #540a21, #54240A);