#5f3fef
a balanced, electric blue · warm · closest name: blue
RGB
95, 63, 239
HSL
251°, 85%, 59%
CMYK
60, 74, 0, 6
Luminance
0.1222
Every format
| HEX | #5f3fef |
| RGB | rgb(95, 63, 239) |
| HSL | hsl(251, 85%, 59%) |
| CMYK | cmyk(60%, 74%, 0%, 6%) |
| LAB | lab(41.6 59.2 -83.3) |
| LCH | lch(41.6 102.2 305.4) |
| OKLCH | oklch(0.522 0.246 282.1) |
Copy-ready code
/* CSS */
color: #5f3fef;
background-color: #5f3fef;
/* Tailwind (arbitrary) */
class="text-[#5f3fef] bg-[#5f3fef]"
/* SCSS */
$brand: #5f3fef;
/* SwiftUI */
Color(red: 0.373, green: 0.247, blue: 0.937)
/* Android */
Color.parseColor("#5f3fef")Accessibility — WCAG contrast
Aa
#5f3fef on white: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5f3fef on black: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green24.7%
Blue93.7%
CMYK percentages
Cyan60.3%
Magenta73.6%
Yellow0.0%
Key (black)6.3%
Color previews
#5f3fef text on a black background
contrast 3.44:1
Card sample
#5f3fef text on a white background
contrast 6.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f3fef;
Background color
Panel with #5f3fef background
background-color: #5f3fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f3fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 63, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 63, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f3fef; background: linear-gradient(135deg, #5f3fef, #D43FEF);