#5437f3
a balanced, electric blue · warm · closest name: blue
RGB
84, 55, 243
HSL
249°, 89%, 58%
CMYK
65, 77, 0, 5
Luminance
0.1109
Every format
| HEX | #5437f3 |
| RGB | rgb(84, 55, 243) |
| HSL | hsl(249, 89%, 58%) |
| CMYK | cmyk(65%, 77%, 0%, 5%) |
| LAB | lab(39.7 63.0 -88.7) |
| LCH | lch(39.7 108.8 305.4) |
| OKLCH | oklch(0.508 0.259 278.9) |
Copy-ready code
/* CSS */
color: #5437f3;
background-color: #5437f3;
/* Tailwind (arbitrary) */
class="text-[#5437f3] bg-[#5437f3]"
/* SCSS */
$brand: #5437f3;
/* SwiftUI */
Color(red: 0.329, green: 0.216, blue: 0.953)
/* Android */
Color.parseColor("#5437f3")Accessibility — WCAG contrast
Aa
#5437f3 on white: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5437f3 on black: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green21.6%
Blue95.3%
CMYK percentages
Cyan65.4%
Magenta77.4%
Yellow0.0%
Key (black)4.7%
Color previews
#5437f3 text on a black background
contrast 3.22:1
Card sample
#5437f3 text on a white background
contrast 6.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5437f3;
Background color
Panel with #5437f3 background
background-color: #5437f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5437f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 55, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 55, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5437f3; background: linear-gradient(135deg, #5437f3, #D137F3);