#521470
a dark, vivid violet · warm · closest name: midnightblue
RGB
82, 20, 112
HSL
280°, 70%, 26%
CMYK
27, 82, 0, 56
Luminance
0.0346
Every format
| HEX | #521470 |
| RGB | rgb(82, 20, 112) |
| HSL | hsl(280, 70%, 26%) |
| CMYK | cmyk(27%, 82%, 0%, 56%) |
| LAB | lab(21.8 43.1 -39.5) |
| LCH | lch(21.8 58.5 317.4) |
| OKLCH | oklch(0.345 0.150 311.5) |
Copy-ready code
/* CSS */
color: #521470;
background-color: #521470;
/* Tailwind (arbitrary) */
class="text-[#521470] bg-[#521470]"
/* SCSS */
$brand: #521470;
/* SwiftUI */
Color(red: 0.322, green: 0.078, blue: 0.439)
/* Android */
Color.parseColor("#521470")Accessibility — WCAG contrast
Aa
#521470 on white: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#521470 on black: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green7.8%
Blue43.9%
CMYK percentages
Cyan26.8%
Magenta82.1%
Yellow0.0%
Key (black)56.1%
Color previews
#521470 text on a black background
contrast 1.69:1
Card sample
#521470 text on a white background
contrast 12.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #521470;
Background color
Panel with #521470 background
background-color: #521470;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #521470;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 20, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 20, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #521470; background: linear-gradient(135deg, #521470, #701451);