#522cff
a balanced, electric blue · warm · closest name: blue
RGB
82, 44, 255
HSL
251°, 100%, 59%
CMYK
68, 83, 0, 0
Luminance
0.1082
Every format
| HEX | #522cff |
| RGB | rgb(82, 44, 255) |
| HSL | hsl(251, 100%, 59%) |
| CMYK | cmyk(68%, 83%, 0%, 0%) |
| LAB | lab(39.3 70.8 -96.2) |
| LCH | lch(39.3 119.4 306.3) |
| OKLCH | oklch(0.508 0.280 277.8) |
Copy-ready code
/* CSS */
color: #522cff;
background-color: #522cff;
/* Tailwind (arbitrary) */
class="text-[#522cff] bg-[#522cff]"
/* SCSS */
$brand: #522cff;
/* SwiftUI */
Color(red: 0.322, green: 0.173, blue: 1.000)
/* Android */
Color.parseColor("#522cff")Accessibility — WCAG contrast
Aa
#522cff on white: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#522cff on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green17.3%
Blue100.0%
CMYK percentages
Cyan67.8%
Magenta82.7%
Yellow0.0%
Key (black)0.0%
Color previews
#522cff text on a black background
contrast 3.16:1
Card sample
#522cff text on a white background
contrast 6.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #522cff;
Background color
Panel with #522cff background
background-color: #522cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #522cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 44, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 44, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #522cff; background: linear-gradient(135deg, #522cff, #DF2CFF);