#5324ef
a balanced, electric blue · warm · closest name: blue
RGB
83, 36, 239
HSL
254°, 86%, 54%
CMYK
65, 85, 0, 6
Luminance
0.0933
Every format
| HEX | #5324ef |
| RGB | rgb(83, 36, 239) |
| HSL | hsl(254, 86%, 54%) |
| CMYK | cmyk(65%, 85%, 0%, 6%) |
| LAB | lab(36.6 69.5 -91.5) |
| LCH | lch(36.6 114.9 307.2) |
| OKLCH | oklch(0.485 0.268 280.2) |
Copy-ready code
/* CSS */
color: #5324ef;
background-color: #5324ef;
/* Tailwind (arbitrary) */
class="text-[#5324ef] bg-[#5324ef]"
/* SCSS */
$brand: #5324ef;
/* SwiftUI */
Color(red: 0.325, green: 0.141, blue: 0.937)
/* Android */
Color.parseColor("#5324ef")Accessibility — WCAG contrast
Aa
#5324ef on white: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5324ef on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green14.1%
Blue93.7%
CMYK percentages
Cyan65.3%
Magenta84.9%
Yellow0.0%
Key (black)6.3%
Color previews
#5324ef text on a black background
contrast 2.87:1
Card sample
#5324ef text on a white background
contrast 7.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5324ef;
Background color
Panel with #5324ef background
background-color: #5324ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5324ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 36, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 36, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5324ef; background: linear-gradient(135deg, #5324ef, #DA24EF);