#7f3fac
a balanced, vivid violet · warm · closest name: slateblue
RGB
127, 63, 172
HSL
275°, 46%, 46%
CMYK
26, 63, 0, 33
Luminance
0.1105
Every format
| HEX | #7f3fac |
| RGB | rgb(127, 63, 172) |
| HSL | hsl(275, 46%, 46%) |
| CMYK | cmyk(26%, 63%, 0%, 33%) |
| LAB | lab(39.7 47.1 -47.5) |
| LCH | lch(39.7 66.9 314.7) |
| OKLCH | oklch(0.500 0.171 308.5) |
Copy-ready code
/* CSS */
color: #7f3fac;
background-color: #7f3fac;
/* Tailwind (arbitrary) */
class="text-[#7f3fac] bg-[#7f3fac]"
/* SCSS */
$brand: #7f3fac;
/* SwiftUI */
Color(red: 0.498, green: 0.247, blue: 0.675)
/* Android */
Color.parseColor("#7f3fac")Accessibility — WCAG contrast
Aa
#7f3fac on white: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7f3fac on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green24.7%
Blue67.5%
CMYK percentages
Cyan26.2%
Magenta63.4%
Yellow0.0%
Key (black)32.5%
Color previews
#7f3fac text on a black background
contrast 3.21:1
Card sample
#7f3fac text on a white background
contrast 6.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f3fac;
Background color
Panel with #7f3fac background
background-color: #7f3fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f3fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 63, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 63, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f3fac; background: linear-gradient(135deg, #7f3fac, #AC3F90);