#5437ee
a balanced, electric blue · warm · closest name: blue
RGB
84, 55, 238
HSL
250°, 84%, 58%
CMYK
65, 77, 0, 7
Luminance
0.1079
Every format
| HEX | #5437ee |
| RGB | rgb(84, 55, 238) |
| HSL | hsl(250, 84%, 58%) |
| CMYK | cmyk(65%, 77%, 0%, 7%) |
| LAB | lab(39.2 61.6 -86.7) |
| LCH | lch(39.2 106.3 305.4) |
| OKLCH | oklch(0.503 0.254 279.4) |
Copy-ready code
/* CSS */
color: #5437ee;
background-color: #5437ee;
/* Tailwind (arbitrary) */
class="text-[#5437ee] bg-[#5437ee]"
/* SCSS */
$brand: #5437ee;
/* SwiftUI */
Color(red: 0.329, green: 0.216, blue: 0.933)
/* Android */
Color.parseColor("#5437ee")Accessibility — WCAG contrast
Aa
#5437ee on white: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5437ee on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green21.6%
Blue93.3%
CMYK percentages
Cyan64.7%
Magenta76.9%
Yellow0.0%
Key (black)6.7%
Color previews
#5437ee text on a black background
contrast 3.16:1
Card sample
#5437ee text on a white background
contrast 6.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5437ee;
Background color
Panel with #5437ee background
background-color: #5437ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5437ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 55, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 55, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5437ee; background: linear-gradient(135deg, #5437ee, #CE37EE);