#8d2ccf
a balanced, vivid violet · warm · closest name: indigo
RGB
141, 44, 207
HSL
276°, 65%, 49%
CMYK
32, 79, 0, 19
Luminance
0.1197
Every format
| HEX | #8d2ccf |
| RGB | rgb(141, 44, 207) |
| HSL | hsl(276, 65%, 49%) |
| CMYK | cmyk(32%, 79%, 0%, 19%) |
| LAB | lab(41.2 65.8 -65.5) |
| LCH | lch(41.2 92.9 315.1) |
| OKLCH | oklch(0.523 0.233 306.7) |
Copy-ready code
/* CSS */
color: #8d2ccf;
background-color: #8d2ccf;
/* Tailwind (arbitrary) */
class="text-[#8d2ccf] bg-[#8d2ccf]"
/* SCSS */
$brand: #8d2ccf;
/* SwiftUI */
Color(red: 0.553, green: 0.173, blue: 0.812)
/* Android */
Color.parseColor("#8d2ccf")Accessibility — WCAG contrast
Aa
#8d2ccf on white: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8d2ccf on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green17.3%
Blue81.2%
CMYK percentages
Cyan31.9%
Magenta78.7%
Yellow0.0%
Key (black)18.8%
Color previews
#8d2ccf text on a black background
contrast 3.39:1
Card sample
#8d2ccf text on a white background
contrast 6.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8d2ccf;
Background color
Panel with #8d2ccf background
background-color: #8d2ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8d2ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 44, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 44, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8d2ccf; background: linear-gradient(135deg, #8d2ccf, #CF2CA4);