#521b95
a dark, vivid violet · warm · closest name: indigo
RGB
82, 27, 149
HSL
267°, 69%, 35%
CMYK
45, 82, 0, 42
Luminance
0.0475
Every format
| HEX | #521b95 |
| RGB | rgb(82, 27, 149) |
| HSL | hsl(267, 69%, 35%) |
| CMYK | cmyk(45%, 82%, 0%, 42%) |
| LAB | lab(26.0 49.3 -56.0) |
| LCH | lch(26.0 74.7 311.3) |
| OKLCH | oklch(0.385 0.181 297.3) |
Copy-ready code
/* CSS */
color: #521b95;
background-color: #521b95;
/* Tailwind (arbitrary) */
class="text-[#521b95] bg-[#521b95]"
/* SCSS */
$brand: #521b95;
/* SwiftUI */
Color(red: 0.322, green: 0.106, blue: 0.584)
/* Android */
Color.parseColor("#521b95")Accessibility — WCAG contrast
Aa
#521b95 on white: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#521b95 on black: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green10.6%
Blue58.4%
CMYK percentages
Cyan45.0%
Magenta81.9%
Yellow0.0%
Key (black)41.6%
Color previews
#521b95 text on a black background
contrast 1.95:1
Card sample
#521b95 text on a white background
contrast 10.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #521b95;
Background color
Panel with #521b95 background
background-color: #521b95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #521b95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 27, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 27, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #521b95; background: linear-gradient(135deg, #521b95, #951B87);