#5f1ae8
a balanced, electric violet · warm · closest name: blue
RGB
95, 26, 232
HSL
260°, 82%, 51%
CMYK
59, 89, 0, 9
Luminance
0.0900
Every format
| HEX | #5f1ae8 |
| RGB | rgb(95, 26, 232) |
| HSL | hsl(260, 82%, 51%) |
| CMYK | cmyk(59%, 89%, 0%, 9%) |
| LAB | lab(36.0 71.6 -88.6) |
| LCH | lch(36.0 113.9 308.9) |
| OKLCH | oklch(0.482 0.265 285.7) |
Copy-ready code
/* CSS */
color: #5f1ae8;
background-color: #5f1ae8;
/* Tailwind (arbitrary) */
class="text-[#5f1ae8] bg-[#5f1ae8]"
/* SCSS */
$brand: #5f1ae8;
/* SwiftUI */
Color(red: 0.373, green: 0.102, blue: 0.910)
/* Android */
Color.parseColor("#5f1ae8")Accessibility — WCAG contrast
Aa
#5f1ae8 on white: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f1ae8 on black: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green10.2%
Blue91.0%
CMYK percentages
Cyan59.1%
Magenta88.8%
Yellow0.0%
Key (black)9.0%
Color previews
#5f1ae8 text on a black background
contrast 2.80:1
Card sample
#5f1ae8 text on a white background
contrast 7.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f1ae8;
Background color
Panel with #5f1ae8 background
background-color: #5f1ae8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f1ae8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 26, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 26, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f1ae8; background: linear-gradient(135deg, #5f1ae8, #E81AE8);