#522afd
a balanced, electric blue · warm · closest name: blue
RGB
82, 42, 253
HSL
251°, 98%, 58%
CMYK
68, 83, 0, 1
Luminance
0.1054
Every format
| HEX | #522afd |
| RGB | rgb(82, 42, 253) |
| HSL | hsl(251, 98%, 58%) |
| CMYK | cmyk(68%, 83%, 0%, 1%) |
| LAB | lab(38.8 71.0 -95.8) |
| LCH | lch(38.8 119.2 306.5) |
| OKLCH | oklch(0.505 0.280 278.1) |
Copy-ready code
/* CSS */
color: #522afd;
background-color: #522afd;
/* Tailwind (arbitrary) */
class="text-[#522afd] bg-[#522afd]"
/* SCSS */
$brand: #522afd;
/* SwiftUI */
Color(red: 0.322, green: 0.165, blue: 0.992)
/* Android */
Color.parseColor("#522afd")Accessibility — WCAG contrast
Aa
#522afd on white: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#522afd on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green16.5%
Blue99.2%
CMYK percentages
Cyan67.6%
Magenta83.4%
Yellow0.0%
Key (black)0.8%
Color previews
#522afd text on a black background
contrast 3.11:1
Card sample
#522afd text on a white background
contrast 6.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #522afd;
Background color
Panel with #522afd background
background-color: #522afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #522afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 42, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 42, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #522afd; background: linear-gradient(135deg, #522afd, #DF2AFD);