#5437ac
a dark, vivid blue · warm · closest name: slateblue
RGB
84, 55, 172
HSL
255°, 52%, 45%
CMYK
51, 68, 0, 33
Luminance
0.0760
Every format
| HEX | #5437ac |
| RGB | rgb(84, 55, 172) |
| HSL | hsl(255, 52%, 45%) |
| CMYK | cmyk(51%, 68%, 0%, 33%) |
| LAB | lab(33.1 42.3 -58.3) |
| LCH | lch(33.1 72.1 305.9) |
| OKLCH | oklch(0.442 0.176 288.4) |
Copy-ready code
/* CSS */
color: #5437ac;
background-color: #5437ac;
/* Tailwind (arbitrary) */
class="text-[#5437ac] bg-[#5437ac]"
/* SCSS */
$brand: #5437ac;
/* SwiftUI */
Color(red: 0.329, green: 0.216, blue: 0.675)
/* Android */
Color.parseColor("#5437ac")Accessibility — WCAG contrast
Aa
#5437ac on white: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5437ac on black: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green21.6%
Blue67.5%
CMYK percentages
Cyan51.2%
Magenta68.0%
Yellow0.0%
Key (black)32.5%
Color previews
#5437ac text on a black background
contrast 2.52:1
Card sample
#5437ac text on a white background
contrast 8.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5437ac;
Background color
Panel with #5437ac background
background-color: #5437ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5437ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 55, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 55, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5437ac; background: linear-gradient(135deg, #5437ac, #A237AC);