#8f2ccc
a balanced, vivid violet · warm · closest name: indigo
RGB
143, 44, 204
HSL
277°, 65%, 49%
CMYK
30, 78, 0, 20
Luminance
0.1200
Every format
| HEX | #8f2ccc |
| RGB | rgb(143, 44, 204) |
| HSL | hsl(277, 65%, 49%) |
| CMYK | cmyk(30%, 78%, 0%, 20%) |
| LAB | lab(41.2 65.5 -63.7) |
| LCH | lch(41.2 91.3 315.8) |
| OKLCH | oklch(0.523 0.230 308.2) |
Copy-ready code
/* CSS */
color: #8f2ccc;
background-color: #8f2ccc;
/* Tailwind (arbitrary) */
class="text-[#8f2ccc] bg-[#8f2ccc]"
/* SCSS */
$brand: #8f2ccc;
/* SwiftUI */
Color(red: 0.561, green: 0.173, blue: 0.800)
/* Android */
Color.parseColor("#8f2ccc")Accessibility — WCAG contrast
Aa
#8f2ccc on white: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8f2ccc on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green17.3%
Blue80.0%
CMYK percentages
Cyan29.9%
Magenta78.4%
Yellow0.0%
Key (black)20.0%
Color previews
#8f2ccc text on a black background
contrast 3.40:1
Card sample
#8f2ccc text on a white background
contrast 6.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f2ccc;
Background color
Panel with #8f2ccc background
background-color: #8f2ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f2ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 44, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 44, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f2ccc; background: linear-gradient(135deg, #8f2ccc, #CC2C9E);