#522af6
a balanced, electric blue · warm · closest name: blue
RGB
82, 42, 246
HSL
252°, 92%, 57%
CMYK
67, 83, 0, 4
Luminance
0.1010
Every format
| HEX | #522af6 |
| RGB | rgb(82, 42, 246) |
| HSL | hsl(252, 92%, 57%) |
| CMYK | cmyk(67%, 83%, 0%, 4%) |
| LAB | lab(38.0 69.1 -93.2) |
| LCH | lch(38.0 116.0 306.6) |
| OKLCH | oklch(0.497 0.272 278.8) |
Copy-ready code
/* CSS */
color: #522af6;
background-color: #522af6;
/* Tailwind (arbitrary) */
class="text-[#522af6] bg-[#522af6]"
/* SCSS */
$brand: #522af6;
/* SwiftUI */
Color(red: 0.322, green: 0.165, blue: 0.965)
/* Android */
Color.parseColor("#522af6")Accessibility — WCAG contrast
Aa
#522af6 on white: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#522af6 on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green16.5%
Blue96.5%
CMYK percentages
Cyan66.7%
Magenta82.9%
Yellow0.0%
Key (black)3.5%
Color previews
#522af6 text on a black background
contrast 3.02:1
Card sample
#522af6 text on a white background
contrast 6.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #522af6;
Background color
Panel with #522af6 background
background-color: #522af6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #522af6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 42, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 42, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #522af6; background: linear-gradient(135deg, #522af6, #DA2AF6);