#460052
a deep, electric magenta / pink · warm · closest name: midnightblue
RGB
70, 0, 82
HSL
291°, 100%, 16%
CMYK
15, 100, 0, 68
Luminance
0.0191
Every format
| HEX | #460052 |
| RGB | rgb(70, 0, 82) |
| HSL | hsl(291, 100%, 16%) |
| CMYK | cmyk(15%, 100%, 0%, 68%) |
| LAB | lab(15.0 40.9 -30.8) |
| LCH | lch(15.0 51.2 323.1) |
| OKLCH | oklch(0.286 0.137 320.7) |
Copy-ready code
/* CSS */
color: #460052;
background-color: #460052;
/* Tailwind (arbitrary) */
class="text-[#460052] bg-[#460052]"
/* SCSS */
$brand: #460052;
/* SwiftUI */
Color(red: 0.275, green: 0.000, blue: 0.322)
/* Android */
Color.parseColor("#460052")Accessibility — WCAG contrast
Aa
#460052 on white: 15.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#460052 on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green0.0%
Blue32.2%
CMYK percentages
Cyan14.6%
Magenta100.0%
Yellow0.0%
Key (black)67.8%
Color previews
#460052 text on a black background
contrast 1.38:1
Card sample
#460052 text on a white background
contrast 15.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #460052;
Background color
Panel with #460052 background
background-color: #460052;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #460052;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 0, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 0, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #460052; background: linear-gradient(135deg, #460052, #520027);