#5437ff
a balanced, electric blue · warm · closest name: blue
RGB
84, 55, 255
HSL
249°, 100%, 61%
CMYK
67, 78, 0, 0
Luminance
0.1184
Every format
| HEX | #5437ff |
| RGB | rgb(84, 55, 255) |
| HSL | hsl(249, 100%, 61%) |
| CMYK | cmyk(67%, 78%, 0%, 0%) |
| LAB | lab(41.0 66.4 -93.4) |
| LCH | lch(41.0 114.6 305.4) |
| OKLCH | oklch(0.521 0.272 277.8) |
Copy-ready code
/* CSS */
color: #5437ff;
background-color: #5437ff;
/* Tailwind (arbitrary) */
class="text-[#5437ff] bg-[#5437ff]"
/* SCSS */
$brand: #5437ff;
/* SwiftUI */
Color(red: 0.329, green: 0.216, blue: 1.000)
/* Android */
Color.parseColor("#5437ff")Accessibility — WCAG contrast
Aa
#5437ff on white: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5437ff on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green21.6%
Blue100.0%
CMYK percentages
Cyan67.1%
Magenta78.4%
Yellow0.0%
Key (black)0.0%
Color previews
#5437ff text on a black background
contrast 3.37:1
Card sample
#5437ff text on a white background
contrast 6.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5437ff;
Background color
Panel with #5437ff background
background-color: #5437ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5437ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 55, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 55, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5437ff; background: linear-gradient(135deg, #5437ff, #D937FF);