#7f41af
a balanced, vivid violet · warm · closest name: slateblue
RGB
127, 65, 175
HSL
274°, 46%, 47%
CMYK
27, 63, 0, 31
Luminance
0.1139
Every format
| HEX | #7f41af |
| RGB | rgb(127, 65, 175) |
| HSL | hsl(274, 46%, 47%) |
| CMYK | cmyk(27%, 63%, 0%, 31%) |
| LAB | lab(40.2 46.8 -48.4) |
| LCH | lch(40.2 67.3 314.0) |
| OKLCH | oklch(0.505 0.172 307.3) |
Copy-ready code
/* CSS */
color: #7f41af;
background-color: #7f41af;
/* Tailwind (arbitrary) */
class="text-[#7f41af] bg-[#7f41af]"
/* SCSS */
$brand: #7f41af;
/* SwiftUI */
Color(red: 0.498, green: 0.255, blue: 0.686)
/* Android */
Color.parseColor("#7f41af")Accessibility — WCAG contrast
Aa
#7f41af on white: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7f41af on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green25.5%
Blue68.6%
CMYK percentages
Cyan27.4%
Magenta62.9%
Yellow0.0%
Key (black)31.4%
Color previews
#7f41af text on a black background
contrast 3.28:1
Card sample
#7f41af text on a white background
contrast 6.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f41af;
Background color
Panel with #7f41af background
background-color: #7f41af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f41af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 65, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 65, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f41af; background: linear-gradient(135deg, #7f41af, #AF4196);