#522cef
a balanced, electric blue · warm · closest name: blue
RGB
82, 44, 239
HSL
252°, 86%, 56%
CMYK
66, 82, 0, 6
Luminance
0.0983
Every format
| HEX | #522cef |
| RGB | rgb(82, 44, 239) |
| HSL | hsl(252, 86%, 56%) |
| CMYK | cmyk(66%, 82%, 0%, 6%) |
| LAB | lab(37.5 66.5 -90.0) |
| LCH | lch(37.5 111.9 306.4) |
| OKLCH | oklch(0.492 0.264 279.4) |
Copy-ready code
/* CSS */
color: #522cef;
background-color: #522cef;
/* Tailwind (arbitrary) */
class="text-[#522cef] bg-[#522cef]"
/* SCSS */
$brand: #522cef;
/* SwiftUI */
Color(red: 0.322, green: 0.173, blue: 0.937)
/* Android */
Color.parseColor("#522cef")Accessibility — WCAG contrast
Aa
#522cef on white: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#522cef on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green17.3%
Blue93.7%
CMYK percentages
Cyan65.7%
Magenta81.6%
Yellow0.0%
Key (black)6.3%
Color previews
#522cef text on a black background
contrast 2.97:1
Card sample
#522cef text on a white background
contrast 7.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #522cef;
Background color
Panel with #522cef background
background-color: #522cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #522cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 44, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 44, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #522cef; background: linear-gradient(135deg, #522cef, #D42CEF);