#5a39de
a balanced, vivid blue · warm · closest name: slateblue
RGB
90, 57, 222
HSL
252°, 71%, 55%
CMYK
60, 74, 0, 13
Luminance
0.1037
Every format
| HEX | #5a39de |
| RGB | rgb(90, 57, 222) |
| HSL | hsl(252, 71%, 55%) |
| CMYK | cmyk(60%, 74%, 0%, 13%) |
| LAB | lab(38.5 56.7 -78.7) |
| LCH | lch(38.5 97.0 305.8) |
| OKLCH | oklch(0.495 0.233 283.0) |
Copy-ready code
/* CSS */
color: #5a39de;
background-color: #5a39de;
/* Tailwind (arbitrary) */
class="text-[#5a39de] bg-[#5a39de]"
/* SCSS */
$brand: #5a39de;
/* SwiftUI */
Color(red: 0.353, green: 0.224, blue: 0.871)
/* Android */
Color.parseColor("#5a39de")Accessibility — WCAG contrast
Aa
#5a39de on white: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5a39de on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green22.4%
Blue87.1%
CMYK percentages
Cyan59.5%
Magenta74.3%
Yellow0.0%
Key (black)12.9%
Color previews
#5a39de text on a black background
contrast 3.07:1
Card sample
#5a39de text on a white background
contrast 6.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5a39de;
Background color
Panel with #5a39de background
background-color: #5a39de;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5a39de;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 57, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 57, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5a39de; background: linear-gradient(135deg, #5a39de, #C839DE);