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