#5437ce
a balanced, vivid blue · warm · closest name: slateblue
RGB
84, 55, 206
HSL
252°, 61%, 51%
CMYK
59, 73, 0, 19
Luminance
0.0907
Every format
| HEX | #5437ce |
| RGB | rgb(84, 55, 206) |
| HSL | hsl(252, 61%, 51%) |
| CMYK | cmyk(59%, 73%, 0%, 19%) |
| LAB | lab(36.1 52.3 -73.4) |
| LCH | lch(36.1 90.2 305.5) |
| OKLCH | oklch(0.472 0.217 283.0) |
Copy-ready code
/* CSS */
color: #5437ce;
background-color: #5437ce;
/* Tailwind (arbitrary) */
class="text-[#5437ce] bg-[#5437ce]"
/* SCSS */
$brand: #5437ce;
/* SwiftUI */
Color(red: 0.329, green: 0.216, blue: 0.808)
/* Android */
Color.parseColor("#5437ce")Accessibility — WCAG contrast
Aa
#5437ce on white: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5437ce on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green21.6%
Blue80.8%
CMYK percentages
Cyan59.2%
Magenta73.3%
Yellow0.0%
Key (black)19.2%
Color previews
#5437ce text on a black background
contrast 2.81:1
Card sample
#5437ce text on a white background
contrast 7.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5437ce;
Background color
Panel with #5437ce background
background-color: #5437ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5437ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 55, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 55, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5437ce; background: linear-gradient(135deg, #5437ce, #B937CE);