#5f1fe0
a balanced, electric violet · warm · closest name: blue
RGB
95, 31, 224
HSL
260°, 76%, 50%
CMYK
58, 86, 0, 12
Luminance
0.0879
Every format
| HEX | #5f1fe0 |
| RGB | rgb(95, 31, 224) |
| HSL | hsl(260, 76%, 50%) |
| CMYK | cmyk(58%, 86%, 0%, 12%) |
| LAB | lab(35.6 68.3 -84.7) |
| LCH | lch(35.6 108.8 308.9) |
| OKLCH | oklch(0.476 0.255 286.7) |
Copy-ready code
/* CSS */
color: #5f1fe0;
background-color: #5f1fe0;
/* Tailwind (arbitrary) */
class="text-[#5f1fe0] bg-[#5f1fe0]"
/* SCSS */
$brand: #5f1fe0;
/* SwiftUI */
Color(red: 0.373, green: 0.122, blue: 0.878)
/* Android */
Color.parseColor("#5f1fe0")Accessibility — WCAG contrast
Aa
#5f1fe0 on white: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f1fe0 on black: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green12.2%
Blue87.8%
CMYK percentages
Cyan57.6%
Magenta86.2%
Yellow0.0%
Key (black)12.2%
Color previews
#5f1fe0 text on a black background
contrast 2.76:1
Card sample
#5f1fe0 text on a white background
contrast 7.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f1fe0;
Background color
Panel with #5f1fe0 background
background-color: #5f1fe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f1fe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 31, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 31, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f1fe0; background: linear-gradient(135deg, #5f1fe0, #E01FE0);