#411237
a deep, vivid magenta / pink · warm · closest name: black
RGB
65, 18, 55
HSL
313°, 57%, 16%
CMYK
0, 72, 15, 75
Luminance
0.0183
Every format
| HEX | #411237 |
| RGB | rgb(65, 18, 55) |
| HSL | hsl(313, 57%, 16%) |
| CMYK | cmyk(0%, 72%, 15%, 75%) |
| LAB | lab(14.6 27.7 -12.7) |
| LCH | lch(14.6 30.4 335.4) |
| OKLCH | oklch(0.275 0.088 337.1) |
Copy-ready code
/* CSS */
color: #411237;
background-color: #411237;
/* Tailwind (arbitrary) */
class="text-[#411237] bg-[#411237]"
/* SCSS */
$brand: #411237;
/* SwiftUI */
Color(red: 0.255, green: 0.071, blue: 0.216)
/* Android */
Color.parseColor("#411237")Accessibility — WCAG contrast
Aa
#411237 on white: 15.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#411237 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green7.1%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta72.3%
Yellow15.4%
Key (black)74.5%
Color previews
#411237 text on a black background
contrast 1.37:1
Card sample
#411237 text on a white background
contrast 15.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #411237;
Background color
Panel with #411237 background
background-color: #411237;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #411237;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 18, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 18, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #411237; background: linear-gradient(135deg, #411237, #411218);