#522baf
a dark, vivid violet · warm · closest name: indigo
RGB
82, 43, 175
HSL
258°, 61%, 43%
CMYK
53, 75, 0, 31
Luminance
0.0662
Every format
| HEX | #522baf |
| RGB | rgb(82, 43, 175) |
| HSL | hsl(258, 61%, 43%) |
| CMYK | cmyk(53%, 75%, 0%, 31%) |
| LAB | lab(30.9 49.2 -63.8) |
| LCH | lch(30.9 80.5 307.6) |
| OKLCH | oklch(0.426 0.194 288.9) |
Copy-ready code
/* CSS */
color: #522baf;
background-color: #522baf;
/* Tailwind (arbitrary) */
class="text-[#522baf] bg-[#522baf]"
/* SCSS */
$brand: #522baf;
/* SwiftUI */
Color(red: 0.322, green: 0.169, blue: 0.686)
/* Android */
Color.parseColor("#522baf")Accessibility — WCAG contrast
Aa
#522baf on white: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#522baf on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green16.9%
Blue68.6%
CMYK percentages
Cyan53.1%
Magenta75.4%
Yellow0.0%
Key (black)31.4%
Color previews
#522baf text on a black background
contrast 2.32:1
Card sample
#522baf text on a white background
contrast 9.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #522baf;
Background color
Panel with #522baf background
background-color: #522baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #522baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 43, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 43, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #522baf; background: linear-gradient(135deg, #522baf, #AA2BAF);