#8e2abf
a balanced, vivid violet · warm · closest name: indigo
RGB
142, 42, 191
HSL
280°, 64%, 46%
CMYK
26, 78, 0, 25
Luminance
0.1117
Every format
| HEX | #8e2abf |
| RGB | rgb(142, 42, 191) |
| HSL | hsl(280, 64%, 46%) |
| CMYK | cmyk(26%, 78%, 0%, 25%) |
| LAB | lab(39.9 63.3 -58.3) |
| LCH | lch(39.9 86.1 317.4) |
| OKLCH | oklch(0.510 0.220 311.4) |
Copy-ready code
/* CSS */
color: #8e2abf;
background-color: #8e2abf;
/* Tailwind (arbitrary) */
class="text-[#8e2abf] bg-[#8e2abf]"
/* SCSS */
$brand: #8e2abf;
/* SwiftUI */
Color(red: 0.557, green: 0.165, blue: 0.749)
/* Android */
Color.parseColor("#8e2abf")Accessibility — WCAG contrast
Aa
#8e2abf on white: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8e2abf on black: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green16.5%
Blue74.9%
CMYK percentages
Cyan25.7%
Magenta78.0%
Yellow0.0%
Key (black)25.1%
Color previews
#8e2abf text on a black background
contrast 3.23:1
Card sample
#8e2abf text on a white background
contrast 6.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8e2abf;
Background color
Panel with #8e2abf background
background-color: #8e2abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8e2abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 42, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 42, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8e2abf; background: linear-gradient(135deg, #8e2abf, #BF2A8D);