#7f3eea
a balanced, electric violet · warm · closest name: slateblue
RGB
127, 62, 234
HSL
263°, 80%, 58%
CMYK
46, 74, 0, 8
Luminance
0.1390
Every format
| HEX | #7f3eea |
| RGB | rgb(127, 62, 234) |
| HSL | hsl(263, 80%, 58%) |
| CMYK | cmyk(46%, 74%, 0%, 8%) |
| LAB | lab(44.1 62.7 -76.3) |
| LCH | lch(44.1 98.7 309.4) |
| OKLCH | oklch(0.546 0.240 294.2) |
Copy-ready code
/* CSS */
color: #7f3eea;
background-color: #7f3eea;
/* Tailwind (arbitrary) */
class="text-[#7f3eea] bg-[#7f3eea]"
/* SCSS */
$brand: #7f3eea;
/* SwiftUI */
Color(red: 0.498, green: 0.243, blue: 0.918)
/* Android */
Color.parseColor("#7f3eea")Accessibility — WCAG contrast
Aa
#7f3eea on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7f3eea on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green24.3%
Blue91.8%
CMYK percentages
Cyan45.7%
Magenta73.5%
Yellow0.0%
Key (black)8.2%
Color previews
#7f3eea text on a black background
contrast 3.78:1
Card sample
#7f3eea text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f3eea;
Background color
Panel with #7f3eea background
background-color: #7f3eea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f3eea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 62, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 62, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f3eea; background: linear-gradient(135deg, #7f3eea, #EA3EE2);