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