#522fba
a balanced, vivid violet · warm · closest name: indigo
RGB
82, 47, 186
HSL
255°, 60%, 46%
CMYK
56, 75, 0, 27
Luminance
0.0737
Every format
| HEX | #522fba |
| RGB | rgb(82, 47, 186) |
| HSL | hsl(255, 60%, 46%) |
| CMYK | cmyk(56%, 75%, 0%, 27%) |
| LAB | lab(32.6 50.3 -67.5) |
| LCH | lch(32.6 84.2 306.7) |
| OKLCH | oklch(0.442 0.202 286.3) |
Copy-ready code
/* CSS */
color: #522fba;
background-color: #522fba;
/* Tailwind (arbitrary) */
class="text-[#522fba] bg-[#522fba]"
/* SCSS */
$brand: #522fba;
/* SwiftUI */
Color(red: 0.322, green: 0.184, blue: 0.729)
/* Android */
Color.parseColor("#522fba")Accessibility — WCAG contrast
Aa
#522fba on white: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#522fba on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green18.4%
Blue72.9%
CMYK percentages
Cyan55.9%
Magenta74.7%
Yellow0.0%
Key (black)27.1%
Color previews
#522fba text on a black background
contrast 2.47:1
Card sample
#522fba text on a white background
contrast 8.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #522fba;
Background color
Panel with #522fba background
background-color: #522fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #522fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 47, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 47, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #522fba; background: linear-gradient(135deg, #522fba, #AF2FBA);