#5331eb
a balanced, electric blue · warm · closest name: blue
RGB
83, 49, 235
HSL
251°, 82%, 56%
CMYK
65, 79, 0, 8
Luminance
0.1003
Every format
| HEX | #5331eb |
| RGB | rgb(83, 49, 235) |
| HSL | hsl(251, 82%, 56%) |
| CMYK | cmyk(65%, 79%, 0%, 8%) |
| LAB | lab(37.9 63.4 -87.2) |
| LCH | lch(37.9 107.7 306.0) |
| OKLCH | oklch(0.493 0.255 279.8) |
Copy-ready code
/* CSS */
color: #5331eb;
background-color: #5331eb;
/* Tailwind (arbitrary) */
class="text-[#5331eb] bg-[#5331eb]"
/* SCSS */
$brand: #5331eb;
/* SwiftUI */
Color(red: 0.325, green: 0.192, blue: 0.922)
/* Android */
Color.parseColor("#5331eb")Accessibility — WCAG contrast
Aa
#5331eb on white: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5331eb on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green19.2%
Blue92.2%
CMYK percentages
Cyan64.7%
Magenta79.1%
Yellow0.0%
Key (black)7.8%
Color previews
#5331eb text on a black background
contrast 3.01:1
Card sample
#5331eb text on a white background
contrast 6.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5331eb;
Background color
Panel with #5331eb background
background-color: #5331eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5331eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 49, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 49, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5331eb; background: linear-gradient(135deg, #5331eb, #CF31EB);