#510421
a deep, electric magenta / pink · warm · closest name: maroon
RGB
81, 4, 33
HSL
337°, 91%, 17%
CMYK
0, 95, 59, 68
Luminance
0.0195
Every format
| HEX | #510421 |
| RGB | rgb(81, 4, 33) |
| HSL | hsl(337, 91%, 17%) |
| CMYK | cmyk(0%, 95%, 59%, 68%) |
| LAB | lab(15.2 35.1 4.6) |
| LCH | lch(15.2 35.4 7.5) |
| OKLCH | oklch(0.283 0.108 6.3) |
Copy-ready code
/* CSS */
color: #510421;
background-color: #510421;
/* Tailwind (arbitrary) */
class="text-[#510421] bg-[#510421]"
/* SCSS */
$brand: #510421;
/* SwiftUI */
Color(red: 0.318, green: 0.016, blue: 0.129)
/* Android */
Color.parseColor("#510421")Accessibility — WCAG contrast
Aa
#510421 on white: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#510421 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green1.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta95.1%
Yellow59.3%
Key (black)68.2%
Color previews
#510421 text on a black background
contrast 1.39:1
Card sample
#510421 text on a white background
contrast 15.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #510421;
Background color
Panel with #510421 background
background-color: #510421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #510421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 4, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 4, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #510421; background: linear-gradient(135deg, #510421, #511A04);