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