#522bfd
a balanced, electric blue · warm · closest name: blue
RGB
82, 43, 253
HSL
251°, 98%, 58%
CMYK
68, 83, 0, 1
Luminance
0.1061
Every format
| HEX | #522bfd |
| RGB | rgb(82, 43, 253) |
| HSL | hsl(251, 98%, 58%) |
| CMYK | cmyk(68%, 83%, 0%, 1%) |
| LAB | lab(38.9 70.6 -95.6) |
| LCH | lch(38.9 118.8 306.4) |
| OKLCH | oklch(0.505 0.279 278.1) |
Copy-ready code
/* CSS */
color: #522bfd;
background-color: #522bfd;
/* Tailwind (arbitrary) */
class="text-[#522bfd] bg-[#522bfd]"
/* SCSS */
$brand: #522bfd;
/* SwiftUI */
Color(red: 0.322, green: 0.169, blue: 0.992)
/* Android */
Color.parseColor("#522bfd")Accessibility — WCAG contrast
Aa
#522bfd on white: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#522bfd on black: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green16.9%
Blue99.2%
CMYK percentages
Cyan67.6%
Magenta83.0%
Yellow0.0%
Key (black)0.8%
Color previews
#522bfd text on a black background
contrast 3.12:1
Card sample
#522bfd text on a white background
contrast 6.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #522bfd;
Background color
Panel with #522bfd background
background-color: #522bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #522bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 43, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 43, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #522bfd; background: linear-gradient(135deg, #522bfd, #DE2BFD);