#5e44bb
a balanced, vivid blue · warm · closest name: slateblue
RGB
94, 68, 187
HSL
253°, 47%, 50%
CMYK
50, 64, 0, 27
Luminance
0.1010
Every format
| HEX | #5e44bb |
| RGB | rgb(94, 68, 187) |
| HSL | hsl(253, 47%, 50%) |
| CMYK | cmyk(50%, 64%, 0%, 27%) |
| LAB | lab(38.0 41.2 -59.2) |
| LCH | lch(38.0 72.1 304.8) |
| OKLCH | oklch(0.483 0.178 287.9) |
Copy-ready code
/* CSS */
color: #5e44bb;
background-color: #5e44bb;
/* Tailwind (arbitrary) */
class="text-[#5e44bb] bg-[#5e44bb]"
/* SCSS */
$brand: #5e44bb;
/* SwiftUI */
Color(red: 0.369, green: 0.267, blue: 0.733)
/* Android */
Color.parseColor("#5e44bb")Accessibility — WCAG contrast
Aa
#5e44bb on white: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5e44bb on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green26.7%
Blue73.3%
CMYK percentages
Cyan49.7%
Magenta63.6%
Yellow0.0%
Key (black)26.7%
Color previews
#5e44bb text on a black background
contrast 3.02:1
Card sample
#5e44bb text on a white background
contrast 6.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5e44bb;
Background color
Panel with #5e44bb background
background-color: #5e44bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5e44bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 68, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 68, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5e44bb; background: linear-gradient(135deg, #5e44bb, #AD44BB);