#7f41ac
a balanced, vivid violet · warm · closest name: slateblue
RGB
127, 65, 172
HSL
275°, 45%, 47%
CMYK
26, 62, 0, 33
Luminance
0.1127
Every format
| HEX | #7f41ac |
| RGB | rgb(127, 65, 172) |
| HSL | hsl(275, 45%, 47%) |
| CMYK | cmyk(26%, 62%, 0%, 33%) |
| LAB | lab(40.0 46.1 -46.9) |
| LCH | lch(40.0 65.8 314.5) |
| OKLCH | oklch(0.503 0.169 308.2) |
Copy-ready code
/* CSS */
color: #7f41ac;
background-color: #7f41ac;
/* Tailwind (arbitrary) */
class="text-[#7f41ac] bg-[#7f41ac]"
/* SCSS */
$brand: #7f41ac;
/* SwiftUI */
Color(red: 0.498, green: 0.255, blue: 0.675)
/* Android */
Color.parseColor("#7f41ac")Accessibility — WCAG contrast
Aa
#7f41ac on white: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7f41ac on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green25.5%
Blue67.5%
CMYK percentages
Cyan26.2%
Magenta62.2%
Yellow0.0%
Key (black)32.5%
Color previews
#7f41ac text on a black background
contrast 3.25:1
Card sample
#7f41ac text on a white background
contrast 6.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f41ac;
Background color
Panel with #7f41ac background
background-color: #7f41ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f41ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 65, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 65, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f41ac; background: linear-gradient(135deg, #7f41ac, #AC4192);