#521f70
a dark, vivid violet · warm · closest name: midnightblue
RGB
82, 31, 112
HSL
278°, 57%, 28%
CMYK
27, 72, 0, 56
Luminance
0.0394
Every format
| HEX | #521f70 |
| RGB | rgb(82, 31, 112) |
| HSL | hsl(278, 57%, 28%) |
| CMYK | cmyk(27%, 72%, 0%, 56%) |
| LAB | lab(23.5 38.3 -36.9) |
| LCH | lch(23.5 53.2 316.1) |
| OKLCH | oklch(0.357 0.136 310.1) |
Copy-ready code
/* CSS */
color: #521f70;
background-color: #521f70;
/* Tailwind (arbitrary) */
class="text-[#521f70] bg-[#521f70]"
/* SCSS */
$brand: #521f70;
/* SwiftUI */
Color(red: 0.322, green: 0.122, blue: 0.439)
/* Android */
Color.parseColor("#521f70")Accessibility — WCAG contrast
Aa
#521f70 on white: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#521f70 on black: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green12.2%
Blue43.9%
CMYK percentages
Cyan26.8%
Magenta72.3%
Yellow0.0%
Key (black)56.1%
Color previews
#521f70 text on a black background
contrast 1.79:1
Card sample
#521f70 text on a white background
contrast 11.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #521f70;
Background color
Panel with #521f70 background
background-color: #521f70;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #521f70;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 31, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 31, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #521f70; background: linear-gradient(135deg, #521f70, #701F58);