#7f4dec
a balanced, electric violet · warm · closest name: slateblue
RGB
127, 77, 236
HSL
259°, 81%, 61%
CMYK
46, 67, 0, 8
Luminance
0.1588
Every format
| HEX | #7f4dec |
| RGB | rgb(127, 77, 236) |
| HSL | hsl(259, 81%, 61%) |
| CMYK | cmyk(46%, 67%, 0%, 8%) |
| LAB | lab(46.8 56.1 -72.9) |
| LCH | lch(46.8 92.0 307.6) |
| OKLCH | oklch(0.566 0.225 292.1) |
Copy-ready code
/* CSS */
color: #7f4dec;
background-color: #7f4dec;
/* Tailwind (arbitrary) */
class="text-[#7f4dec] bg-[#7f4dec]"
/* SCSS */
$brand: #7f4dec;
/* SwiftUI */
Color(red: 0.498, green: 0.302, blue: 0.925)
/* Android */
Color.parseColor("#7f4dec")Accessibility — WCAG contrast
Aa
#7f4dec on white: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7f4dec on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green30.2%
Blue92.5%
CMYK percentages
Cyan46.2%
Magenta67.4%
Yellow0.0%
Key (black)7.5%
Color previews
#7f4dec text on a black background
contrast 4.18:1
Card sample
#7f4dec text on a white background
contrast 5.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f4dec;
Background color
Panel with #7f4dec background
background-color: #7f4dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f4dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 77, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 77, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f4dec; background: linear-gradient(135deg, #7f4dec, #E94DEC);