#522afb
a balanced, electric blue · warm · closest name: blue
RGB
82, 42, 251
HSL
252°, 96%, 58%
CMYK
67, 83, 0, 2
Luminance
0.1041
Every format
| HEX | #522afb |
| RGB | rgb(82, 42, 251) |
| HSL | hsl(252, 96%, 58%) |
| CMYK | cmyk(67%, 83%, 0%, 2%) |
| LAB | lab(38.6 70.4 -95.1) |
| LCH | lch(38.6 118.3 306.5) |
| OKLCH | oklch(0.502 0.277 278.3) |
Copy-ready code
/* CSS */
color: #522afb;
background-color: #522afb;
/* Tailwind (arbitrary) */
class="text-[#522afb] bg-[#522afb]"
/* SCSS */
$brand: #522afb;
/* SwiftUI */
Color(red: 0.322, green: 0.165, blue: 0.984)
/* Android */
Color.parseColor("#522afb")Accessibility — WCAG contrast
Aa
#522afb on white: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#522afb on black: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green16.5%
Blue98.4%
CMYK percentages
Cyan67.3%
Magenta83.3%
Yellow0.0%
Key (black)1.6%
Color previews
#522afb text on a black background
contrast 3.08:1
Card sample
#522afb text on a white background
contrast 6.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #522afb;
Background color
Panel with #522afb background
background-color: #522afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #522afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 42, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 42, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #522afb; background: linear-gradient(135deg, #522afb, #DD2AFB);