#410047
a deep, electric magenta / pink · warm · closest name: midnightblue
RGB
65, 0, 71
HSL
295°, 100%, 14%
CMYK
9, 100, 0, 72
Luminance
0.0158
Every format
| HEX | #410047 |
| RGB | rgb(65, 0, 71) |
| HSL | hsl(295, 100%, 14%) |
| CMYK | cmyk(9%, 100%, 0%, 72%) |
| LAB | lab(13.1 38.0 -26.3) |
| LCH | lch(13.1 46.2 325.3) |
| OKLCH | oklch(0.268 0.126 324.2) |
Copy-ready code
/* CSS */
color: #410047;
background-color: #410047;
/* Tailwind (arbitrary) */
class="text-[#410047] bg-[#410047]"
/* SCSS */
$brand: #410047;
/* SwiftUI */
Color(red: 0.255, green: 0.000, blue: 0.278)
/* Android */
Color.parseColor("#410047")Accessibility — WCAG contrast
Aa
#410047 on white: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#410047 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green0.0%
Blue27.8%
CMYK percentages
Cyan8.5%
Magenta100.0%
Yellow0.0%
Key (black)72.2%
Color previews
#410047 text on a black background
contrast 1.32:1
Card sample
#410047 text on a white background
contrast 15.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #410047;
Background color
Panel with #410047 background
background-color: #410047;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #410047;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 0, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 0, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #410047; background: linear-gradient(135deg, #410047, #47001E);