#8d2ecf
a balanced, vivid violet · warm · closest name: indigo
RGB
141, 46, 207
HSL
275°, 64%, 50%
CMYK
32, 78, 0, 19
Luminance
0.1212
Every format
| HEX | #8d2ecf |
| RGB | rgb(141, 46, 207) |
| HSL | hsl(275, 64%, 50%) |
| CMYK | cmyk(32%, 78%, 0%, 19%) |
| LAB | lab(41.4 65.1 -65.1) |
| LCH | lch(41.4 92.1 315.0) |
| OKLCH | oklch(0.524 0.231 306.6) |
Copy-ready code
/* CSS */
color: #8d2ecf;
background-color: #8d2ecf;
/* Tailwind (arbitrary) */
class="text-[#8d2ecf] bg-[#8d2ecf]"
/* SCSS */
$brand: #8d2ecf;
/* SwiftUI */
Color(red: 0.553, green: 0.180, blue: 0.812)
/* Android */
Color.parseColor("#8d2ecf")Accessibility — WCAG contrast
Aa
#8d2ecf on white: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8d2ecf on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green18.0%
Blue81.2%
CMYK percentages
Cyan31.9%
Magenta77.8%
Yellow0.0%
Key (black)18.8%
Color previews
#8d2ecf text on a black background
contrast 3.42:1
Card sample
#8d2ecf text on a white background
contrast 6.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8d2ecf;
Background color
Panel with #8d2ecf background
background-color: #8d2ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8d2ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 46, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 46, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8d2ecf; background: linear-gradient(135deg, #8d2ecf, #CF2EA6);