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