#522ef1
a balanced, electric blue · warm · closest name: blue
RGB
82, 46, 241
HSL
251°, 87%, 56%
CMYK
66, 81, 0, 6
Luminance
0.1010
Every format
| HEX | #522ef1 |
| RGB | rgb(82, 46, 241) |
| HSL | hsl(251, 87%, 56%) |
| CMYK | cmyk(66%, 81%, 0%, 6%) |
| LAB | lab(38.0 66.2 -90.4) |
| LCH | lch(38.0 112.0 306.2) |
| OKLCH | oklch(0.496 0.264 279.1) |
Copy-ready code
/* CSS */
color: #522ef1;
background-color: #522ef1;
/* Tailwind (arbitrary) */
class="text-[#522ef1] bg-[#522ef1]"
/* SCSS */
$brand: #522ef1;
/* SwiftUI */
Color(red: 0.322, green: 0.180, blue: 0.945)
/* Android */
Color.parseColor("#522ef1")Accessibility — WCAG contrast
Aa
#522ef1 on white: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#522ef1 on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green18.0%
Blue94.5%
CMYK percentages
Cyan66.0%
Magenta80.9%
Yellow0.0%
Key (black)5.5%
Color previews
#522ef1 text on a black background
contrast 3.02:1
Card sample
#522ef1 text on a white background
contrast 6.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #522ef1;
Background color
Panel with #522ef1 background
background-color: #522ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #522ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 46, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 46, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #522ef1; background: linear-gradient(135deg, #522ef1, #D42EF1);