#8f3af4
a balanced, electric violet · warm · closest name: blue
RGB
143, 58, 244
HSL
267°, 89%, 59%
CMYK
41, 76, 0, 4
Luminance
0.1540
Every format
| HEX | #8f3af4 |
| RGB | rgb(143, 58, 244) |
| HSL | hsl(267, 89%, 59%) |
| CMYK | cmyk(41%, 76%, 0%, 4%) |
| LAB | lab(46.2 69.3 -78.4) |
| LCH | lch(46.2 104.6 311.5) |
| OKLCH | oklch(0.567 0.255 298.4) |
Copy-ready code
/* CSS */
color: #8f3af4;
background-color: #8f3af4;
/* Tailwind (arbitrary) */
class="text-[#8f3af4] bg-[#8f3af4]"
/* SCSS */
$brand: #8f3af4;
/* SwiftUI */
Color(red: 0.561, green: 0.227, blue: 0.957)
/* Android */
Color.parseColor("#8f3af4")Accessibility — WCAG contrast
Aa
#8f3af4 on white: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8f3af4 on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green22.7%
Blue95.7%
CMYK percentages
Cyan41.4%
Magenta76.2%
Yellow0.0%
Key (black)4.3%
Color previews
#8f3af4 text on a black background
contrast 4.08:1
Card sample
#8f3af4 text on a white background
contrast 5.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f3af4;
Background color
Panel with #8f3af4 background
background-color: #8f3af4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f3af4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 58, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 58, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f3af4; background: linear-gradient(135deg, #8f3af4, #F43ADD);