#8f2dcd
a balanced, vivid violet · warm · closest name: indigo
RGB
143, 45, 205
HSL
277°, 64%, 49%
CMYK
30, 78, 0, 20
Luminance
0.1212
Every format
| HEX | #8f2dcd |
| RGB | rgb(143, 45, 205) |
| HSL | hsl(277, 64%, 49%) |
| CMYK | cmyk(30%, 78%, 0%, 20%) |
| LAB | lab(41.4 65.4 -63.9) |
| LCH | lch(41.4 91.4 315.6) |
| OKLCH | oklch(0.525 0.230 307.9) |
Copy-ready code
/* CSS */
color: #8f2dcd;
background-color: #8f2dcd;
/* Tailwind (arbitrary) */
class="text-[#8f2dcd] bg-[#8f2dcd]"
/* SCSS */
$brand: #8f2dcd;
/* SwiftUI */
Color(red: 0.561, green: 0.176, blue: 0.804)
/* Android */
Color.parseColor("#8f2dcd")Accessibility — WCAG contrast
Aa
#8f2dcd on white: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8f2dcd on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green17.6%
Blue80.4%
CMYK percentages
Cyan30.2%
Magenta78.0%
Yellow0.0%
Key (black)19.6%
Color previews
#8f2dcd text on a black background
contrast 3.42:1
Card sample
#8f2dcd text on a white background
contrast 6.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f2dcd;
Background color
Panel with #8f2dcd background
background-color: #8f2dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f2dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 45, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 45, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f2dcd; background: linear-gradient(135deg, #8f2dcd, #CD2DA0);