#521f7a
a dark, vivid violet · warm · closest name: midnightblue
RGB
82, 31, 122
HSL
274°, 60%, 30%
CMYK
33, 75, 0, 52
Luminance
0.0418
Every format
| HEX | #521f7a |
| RGB | rgb(82, 31, 122) |
| HSL | hsl(274, 60%, 30%) |
| CMYK | cmyk(33%, 75%, 0%, 52%) |
| LAB | lab(24.3 40.8 -42.0) |
| LCH | lch(24.3 58.5 314.1) |
| OKLCH | oklch(0.365 0.147 305.8) |
Copy-ready code
/* CSS */
color: #521f7a;
background-color: #521f7a;
/* Tailwind (arbitrary) */
class="text-[#521f7a] bg-[#521f7a]"
/* SCSS */
$brand: #521f7a;
/* SwiftUI */
Color(red: 0.322, green: 0.122, blue: 0.478)
/* Android */
Color.parseColor("#521f7a")Accessibility — WCAG contrast
Aa
#521f7a on white: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#521f7a on black: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green12.2%
Blue47.8%
CMYK percentages
Cyan32.8%
Magenta74.6%
Yellow0.0%
Key (black)52.2%
Color previews
#521f7a text on a black background
contrast 1.84:1
Card sample
#521f7a text on a white background
contrast 11.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #521f7a;
Background color
Panel with #521f7a background
background-color: #521f7a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #521f7a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 31, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 31, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #521f7a; background: linear-gradient(135deg, #521f7a, #7A1F65);