#8c2fad
a dark, vivid violet · warm · closest name: purple
RGB
140, 47, 173
HSL
284°, 57%, 43%
CMYK
19, 73, 0, 32
Luminance
0.1063
Every format
| HEX | #8c2fad |
| RGB | rgb(140, 47, 173) |
| HSL | hsl(284, 57%, 43%) |
| CMYK | cmyk(19%, 73%, 0%, 32%) |
| LAB | lab(38.9 57.4 -49.2) |
| LCH | lch(38.9 75.6 319.4) |
| OKLCH | oklch(0.499 0.198 315.6) |
Copy-ready code
/* CSS */
color: #8c2fad;
background-color: #8c2fad;
/* Tailwind (arbitrary) */
class="text-[#8c2fad] bg-[#8c2fad]"
/* SCSS */
$brand: #8c2fad;
/* SwiftUI */
Color(red: 0.549, green: 0.184, blue: 0.678)
/* Android */
Color.parseColor("#8c2fad")Accessibility — WCAG contrast
Aa
#8c2fad on white: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8c2fad on black: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green18.4%
Blue67.8%
CMYK percentages
Cyan19.1%
Magenta72.8%
Yellow0.0%
Key (black)32.2%
Color previews
#8c2fad text on a black background
contrast 3.13:1
Card sample
#8c2fad text on a white background
contrast 6.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c2fad;
Background color
Panel with #8c2fad background
background-color: #8c2fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c2fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 47, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 47, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c2fad; background: linear-gradient(135deg, #8c2fad, #AD2F7A);