#522dfb
a balanced, electric blue · warm · closest name: blue
RGB
82, 45, 251
HSL
251°, 96%, 58%
CMYK
67, 82, 0, 2
Luminance
0.1064
Every format
| HEX | #522dfb |
| RGB | rgb(82, 45, 251) |
| HSL | hsl(251, 96%, 58%) |
| CMYK | cmyk(67%, 82%, 0%, 2%) |
| LAB | lab(39.0 69.3 -94.4) |
| LCH | lch(39.0 117.1 306.3) |
| OKLCH | oklch(0.505 0.276 278.2) |
Copy-ready code
/* CSS */
color: #522dfb;
background-color: #522dfb;
/* Tailwind (arbitrary) */
class="text-[#522dfb] bg-[#522dfb]"
/* SCSS */
$brand: #522dfb;
/* SwiftUI */
Color(red: 0.322, green: 0.176, blue: 0.984)
/* Android */
Color.parseColor("#522dfb")Accessibility — WCAG contrast
Aa
#522dfb on white: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#522dfb on black: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green17.6%
Blue98.4%
CMYK percentages
Cyan67.3%
Magenta82.1%
Yellow0.0%
Key (black)1.6%
Color previews
#522dfb text on a black background
contrast 3.13:1
Card sample
#522dfb text on a white background
contrast 6.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #522dfb;
Background color
Panel with #522dfb background
background-color: #522dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #522dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 45, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 45, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #522dfb; background: linear-gradient(135deg, #522dfb, #DB2DFB);