#421237
a deep, vivid magenta / pink · warm · closest name: black
RGB
66, 18, 55
HSL
314°, 57%, 17%
CMYK
0, 73, 17, 74
Luminance
0.0187
Every format
| HEX | #421237 |
| RGB | rgb(66, 18, 55) |
| HSL | hsl(314, 57%, 17%) |
| CMYK | cmyk(0%, 73%, 17%, 74%) |
| LAB | lab(14.8 28.0 -12.3) |
| LCH | lch(14.8 30.6 336.2) |
| OKLCH | oklch(0.277 0.089 338.0) |
Copy-ready code
/* CSS */
color: #421237;
background-color: #421237;
/* Tailwind (arbitrary) */
class="text-[#421237] bg-[#421237]"
/* SCSS */
$brand: #421237;
/* SwiftUI */
Color(red: 0.259, green: 0.071, blue: 0.216)
/* Android */
Color.parseColor("#421237")Accessibility — WCAG contrast
Aa
#421237 on white: 15.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#421237 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green7.1%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta72.7%
Yellow16.7%
Key (black)74.1%
Color previews
#421237 text on a black background
contrast 1.37:1
Card sample
#421237 text on a white background
contrast 15.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #421237;
Background color
Panel with #421237 background
background-color: #421237;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #421237;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 18, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 18, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #421237; background: linear-gradient(135deg, #421237, #421217);