#522ade
a balanced, vivid blue · warm · closest name: blue
RGB
82, 42, 222
HSL
253°, 73%, 52%
CMYK
63, 81, 0, 13
Luminance
0.0872
Every format
| HEX | #522ade |
| RGB | rgb(82, 42, 222) |
| HSL | hsl(253, 73%, 52%) |
| CMYK | cmyk(63%, 81%, 0%, 13%) |
| LAB | lab(35.4 62.6 -83.8) |
| LCH | lch(35.4 104.6 306.8) |
| OKLCH | oklch(0.472 0.247 281.5) |
Copy-ready code
/* CSS */
color: #522ade;
background-color: #522ade;
/* Tailwind (arbitrary) */
class="text-[#522ade] bg-[#522ade]"
/* SCSS */
$brand: #522ade;
/* SwiftUI */
Color(red: 0.322, green: 0.165, blue: 0.871)
/* Android */
Color.parseColor("#522ade")Accessibility — WCAG contrast
Aa
#522ade on white: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#522ade on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green16.5%
Blue87.1%
CMYK percentages
Cyan63.1%
Magenta81.1%
Yellow0.0%
Key (black)12.9%
Color previews
#522ade text on a black background
contrast 2.74:1
Card sample
#522ade text on a white background
contrast 7.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #522ade;
Background color
Panel with #522ade background
background-color: #522ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #522ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 42, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 42, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #522ade; background: linear-gradient(135deg, #522ade, #CA2ADE);