#8f2dff
a balanced, electric violet · warm · closest name: blue
RGB
143, 45, 255
HSL
268°, 100%, 59%
CMYK
44, 82, 0, 0
Luminance
0.1494
Every format
| HEX | #8f2dff |
| RGB | rgb(143, 45, 255) |
| HSL | hsl(268, 100%, 59%) |
| CMYK | cmyk(44%, 82%, 0%, 0%) |
| LAB | lab(45.5 76.3 -85.6) |
| LCH | lch(45.5 114.7 311.7) |
| OKLCH | oklch(0.566 0.276 297.4) |
Copy-ready code
/* CSS */
color: #8f2dff;
background-color: #8f2dff;
/* Tailwind (arbitrary) */
class="text-[#8f2dff] bg-[#8f2dff]"
/* SCSS */
$brand: #8f2dff;
/* SwiftUI */
Color(red: 0.561, green: 0.176, blue: 1.000)
/* Android */
Color.parseColor("#8f2dff")Accessibility — WCAG contrast
Aa
#8f2dff on white: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8f2dff on black: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green17.6%
Blue100.0%
CMYK percentages
Cyan43.9%
Magenta82.4%
Yellow0.0%
Key (black)0.0%
Color previews
#8f2dff text on a black background
contrast 3.99:1
Card sample
#8f2dff text on a white background
contrast 5.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f2dff;
Background color
Panel with #8f2dff background
background-color: #8f2dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f2dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 45, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 45, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f2dff; background: linear-gradient(135deg, #8f2dff, #FF2DE3);