#5437eb
a balanced, electric blue · warm · closest name: blue
RGB
84, 55, 235
HSL
250°, 82%, 57%
CMYK
64, 77, 0, 8
Luminance
0.1062
Every format
| HEX | #5437eb |
| RGB | rgb(84, 55, 235) |
| HSL | hsl(250, 82%, 57%) |
| CMYK | cmyk(64%, 77%, 0%, 8%) |
| LAB | lab(38.9 60.7 -85.5) |
| LCH | lch(38.9 104.8 305.4) |
| OKLCH | oklch(0.500 0.250 279.7) |
Copy-ready code
/* CSS */
color: #5437eb;
background-color: #5437eb;
/* Tailwind (arbitrary) */
class="text-[#5437eb] bg-[#5437eb]"
/* SCSS */
$brand: #5437eb;
/* SwiftUI */
Color(red: 0.329, green: 0.216, blue: 0.922)
/* Android */
Color.parseColor("#5437eb")Accessibility — WCAG contrast
Aa
#5437eb on white: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5437eb on black: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green21.6%
Blue92.2%
CMYK percentages
Cyan64.3%
Magenta76.6%
Yellow0.0%
Key (black)7.8%
Color previews
#5437eb text on a black background
contrast 3.12:1
Card sample
#5437eb text on a white background
contrast 6.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5437eb;
Background color
Panel with #5437eb background
background-color: #5437eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5437eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 55, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 55, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5437eb; background: linear-gradient(135deg, #5437eb, #CC37EB);