#5d3eee
a balanced, electric blue · warm · closest name: blue
RGB
93, 62, 238
HSL
251°, 84%, 59%
CMYK
61, 74, 0, 7
Luminance
0.1195
Every format
| HEX | #5d3eee |
| RGB | rgb(93, 62, 238) |
| HSL | hsl(251, 84%, 59%) |
| CMYK | cmyk(61%, 74%, 0%, 7%) |
| LAB | lab(41.1 59.2 -83.5) |
| LCH | lch(41.1 102.3 305.3) |
| OKLCH | oklch(0.519 0.246 281.6) |
Copy-ready code
/* CSS */
color: #5d3eee;
background-color: #5d3eee;
/* Tailwind (arbitrary) */
class="text-[#5d3eee] bg-[#5d3eee]"
/* SCSS */
$brand: #5d3eee;
/* SwiftUI */
Color(red: 0.365, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#5d3eee")Accessibility — WCAG contrast
Aa
#5d3eee on white: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5d3eee on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green24.3%
Blue93.3%
CMYK percentages
Cyan60.9%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#5d3eee text on a black background
contrast 3.39:1
Card sample
#5d3eee text on a white background
contrast 6.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5d3eee;
Background color
Panel with #5d3eee background
background-color: #5d3eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5d3eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5d3eee; background: linear-gradient(135deg, #5d3eee, #D23EEE);