#5f4fef
a balanced, electric blue · warm · closest name: slateblue
RGB
95, 79, 239
HSL
246°, 83%, 62%
CMYK
60, 67, 0, 6
Luminance
0.1426
Every format
| HEX | #5f4fef |
| RGB | rgb(95, 79, 239) |
| HSL | hsl(246, 83%, 62%) |
| CMYK | cmyk(60%, 67%, 0%, 6%) |
| LAB | lab(44.6 50.8 -78.3) |
| LCH | lch(44.6 93.4 303.0) |
| OKLCH | oklch(0.544 0.229 280.1) |
Copy-ready code
/* CSS */
color: #5f4fef;
background-color: #5f4fef;
/* Tailwind (arbitrary) */
class="text-[#5f4fef] bg-[#5f4fef]"
/* SCSS */
$brand: #5f4fef;
/* SwiftUI */
Color(red: 0.373, green: 0.310, blue: 0.937)
/* Android */
Color.parseColor("#5f4fef")Accessibility — WCAG contrast
Aa
#5f4fef on white: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5f4fef on black: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green31.0%
Blue93.7%
CMYK percentages
Cyan60.3%
Magenta66.9%
Yellow0.0%
Key (black)6.3%
Color previews
#5f4fef text on a black background
contrast 3.85:1
Card sample
#5f4fef text on a white background
contrast 5.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f4fef;
Background color
Panel with #5f4fef background
background-color: #5f4fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f4fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 79, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 79, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f4fef; background: linear-gradient(135deg, #5f4fef, #CA4FEF);