#8d28bf
a balanced, vivid violet · warm · closest name: indigo
RGB
141, 40, 191
HSL
280°, 65%, 45%
CMYK
26, 79, 0, 25
Luminance
0.1094
Every format
| HEX | #8d28bf |
| RGB | rgb(141, 40, 191) |
| HSL | hsl(280, 65%, 45%) |
| CMYK | cmyk(26%, 79%, 0%, 25%) |
| LAB | lab(39.5 63.8 -58.9) |
| LCH | lch(39.5 86.9 317.3) |
| OKLCH | oklch(0.507 0.222 311.1) |
Copy-ready code
/* CSS */
color: #8d28bf;
background-color: #8d28bf;
/* Tailwind (arbitrary) */
class="text-[#8d28bf] bg-[#8d28bf]"
/* SCSS */
$brand: #8d28bf;
/* SwiftUI */
Color(red: 0.553, green: 0.157, blue: 0.749)
/* Android */
Color.parseColor("#8d28bf")Accessibility — WCAG contrast
Aa
#8d28bf on white: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8d28bf on black: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green15.7%
Blue74.9%
CMYK percentages
Cyan26.2%
Magenta79.1%
Yellow0.0%
Key (black)25.1%
Color previews
#8d28bf text on a black background
contrast 3.19:1
Card sample
#8d28bf text on a white background
contrast 6.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8d28bf;
Background color
Panel with #8d28bf background
background-color: #8d28bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8d28bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 40, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 40, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8d28bf; background: linear-gradient(135deg, #8d28bf, #BF288C);