#5e5ec9
a balanced, vivid blue · warm · closest name: slateblue
RGB
94, 94, 201
HSL
240°, 50%, 58%
CMYK
53, 53, 0, 21
Luminance
0.1460
Every format
| HEX | #5e5ec9 |
| RGB | rgb(94, 94, 201) |
| HSL | hsl(240, 50%, 58%) |
| CMYK | cmyk(53%, 53%, 0%, 21%) |
| LAB | lab(45.1 29.9 -55.9) |
| LCH | lch(45.1 63.4 298.1) |
| OKLCH | oklch(0.538 0.162 279.5) |
Copy-ready code
/* CSS */
color: #5e5ec9;
background-color: #5e5ec9;
/* Tailwind (arbitrary) */
class="text-[#5e5ec9] bg-[#5e5ec9]"
/* SCSS */
$brand: #5e5ec9;
/* SwiftUI */
Color(red: 0.369, green: 0.369, blue: 0.788)
/* Android */
Color.parseColor("#5e5ec9")Accessibility — WCAG contrast
Aa
#5e5ec9 on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5e5ec9 on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green36.9%
Blue78.8%
CMYK percentages
Cyan53.2%
Magenta53.2%
Yellow0.0%
Key (black)21.2%
Color previews
#5e5ec9 text on a black background
contrast 3.92:1
Card sample
#5e5ec9 text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5e5ec9;
Background color
Panel with #5e5ec9 background
background-color: #5e5ec9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5e5ec9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 94, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 94, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5e5ec9; background: linear-gradient(135deg, #5e5ec9, #A55EC9);