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