#522cf4
a balanced, electric blue · warm · closest name: blue
RGB
82, 44, 244
HSL
251°, 90%, 57%
CMYK
66, 82, 0, 4
Luminance
0.1013
Every format
| HEX | #522cf4 |
| RGB | rgb(82, 44, 244) |
| HSL | hsl(251, 90%, 57%) |
| CMYK | cmyk(66%, 82%, 0%, 4%) |
| LAB | lab(38.1 67.8 -92.0) |
| LCH | lch(38.1 114.3 306.4) |
| OKLCH | oklch(0.497 0.269 278.9) |
Copy-ready code
/* CSS */
color: #522cf4;
background-color: #522cf4;
/* Tailwind (arbitrary) */
class="text-[#522cf4] bg-[#522cf4]"
/* SCSS */
$brand: #522cf4;
/* SwiftUI */
Color(red: 0.322, green: 0.173, blue: 0.957)
/* Android */
Color.parseColor("#522cf4")Accessibility — WCAG contrast
Aa
#522cf4 on white: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#522cf4 on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green17.3%
Blue95.7%
CMYK percentages
Cyan66.4%
Magenta82.0%
Yellow0.0%
Key (black)4.3%
Color previews
#522cf4 text on a black background
contrast 3.03:1
Card sample
#522cf4 text on a white background
contrast 6.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #522cf4;
Background color
Panel with #522cf4 background
background-color: #522cf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #522cf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 44, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 44, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #522cf4; background: linear-gradient(135deg, #522cf4, #D72CF4);