#52154c
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
82, 21, 76
HSL
306°, 59%, 20%
CMYK
0, 74, 7, 68
Luminance
0.0285
Every format
| HEX | #52154c |
| RGB | rgb(82, 21, 76) |
| HSL | hsl(306, 59%, 20%) |
| CMYK | cmyk(0%, 74%, 7%, 68%) |
| LAB | lab(19.4 35.2 -19.5) |
| LCH | lch(19.4 40.3 331.1) |
| OKLCH | oklch(0.321 0.114 332.1) |
Copy-ready code
/* CSS */
color: #52154c;
background-color: #52154c;
/* Tailwind (arbitrary) */
class="text-[#52154c] bg-[#52154c]"
/* SCSS */
$brand: #52154c;
/* SwiftUI */
Color(red: 0.322, green: 0.082, blue: 0.298)
/* Android */
Color.parseColor("#52154c")Accessibility — WCAG contrast
Aa
#52154c on white: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#52154c on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green8.2%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta74.4%
Yellow7.3%
Key (black)67.8%
Color previews
#52154c text on a black background
contrast 1.57:1
Card sample
#52154c text on a white background
contrast 13.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #52154c;
Background color
Panel with #52154c background
background-color: #52154c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #52154c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 21, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 21, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #52154c; background: linear-gradient(135deg, #52154c, #521523);