#5437fc
a balanced, electric blue · warm · closest name: blue
RGB
84, 55, 252
HSL
249°, 97%, 60%
CMYK
67, 78, 0, 1
Luminance
0.1165
Every format
| HEX | #5437fc |
| RGB | rgb(84, 55, 252) |
| HSL | hsl(249, 97%, 60%) |
| CMYK | cmyk(67%, 78%, 0%, 1%) |
| LAB | lab(40.6 65.5 -92.2) |
| LCH | lch(40.6 113.1 305.4) |
| OKLCH | oklch(0.517 0.269 278.0) |
Copy-ready code
/* CSS */
color: #5437fc;
background-color: #5437fc;
/* Tailwind (arbitrary) */
class="text-[#5437fc] bg-[#5437fc]"
/* SCSS */
$brand: #5437fc;
/* SwiftUI */
Color(red: 0.329, green: 0.216, blue: 0.988)
/* Android */
Color.parseColor("#5437fc")Accessibility — WCAG contrast
Aa
#5437fc on white: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5437fc on black: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green21.6%
Blue98.8%
CMYK percentages
Cyan66.7%
Magenta78.2%
Yellow0.0%
Key (black)1.2%
Color previews
#5437fc text on a black background
contrast 3.33:1
Card sample
#5437fc text on a white background
contrast 6.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5437fc;
Background color
Panel with #5437fc background
background-color: #5437fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5437fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 55, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 55, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5437fc; background: linear-gradient(135deg, #5437fc, #D737FC);