#5322eb
a balanced, electric blue · warm · closest name: blue
RGB
83, 34, 235
HSL
255°, 83%, 53%
CMYK
65, 86, 0, 8
Luminance
0.0898
Every format
| HEX | #5322eb |
| RGB | rgb(83, 34, 235) |
| HSL | hsl(255, 83%, 53%) |
| CMYK | cmyk(65%, 86%, 0%, 8%) |
| LAB | lab(36.0 69.1 -90.4) |
| LCH | lch(36.0 113.8 307.4) |
| OKLCH | oklch(0.480 0.266 280.8) |
Copy-ready code
/* CSS */
color: #5322eb;
background-color: #5322eb;
/* Tailwind (arbitrary) */
class="text-[#5322eb] bg-[#5322eb]"
/* SCSS */
$brand: #5322eb;
/* SwiftUI */
Color(red: 0.325, green: 0.133, blue: 0.922)
/* Android */
Color.parseColor("#5322eb")Accessibility — WCAG contrast
Aa
#5322eb on white: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5322eb on black: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green13.3%
Blue92.2%
CMYK percentages
Cyan64.7%
Magenta85.5%
Yellow0.0%
Key (black)7.8%
Color previews
#5322eb text on a black background
contrast 2.80:1
Card sample
#5322eb text on a white background
contrast 7.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5322eb;
Background color
Panel with #5322eb background
background-color: #5322eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5322eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 34, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 34, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5322eb; background: linear-gradient(135deg, #5322eb, #D922EB);