#7f3fef
a balanced, electric violet · warm · closest name: slateblue
RGB
127, 63, 239
HSL
262°, 85%, 59%
CMYK
47, 74, 0, 6
Luminance
0.1430
Every format
| HEX | #7f3fef |
| RGB | rgb(127, 63, 239) |
| HSL | hsl(262, 85%, 59%) |
| CMYK | cmyk(47%, 74%, 0%, 6%) |
| LAB | lab(44.7 63.6 -78.1) |
| LCH | lch(44.7 100.7 309.1) |
| OKLCH | oklch(0.551 0.244 293.2) |
Copy-ready code
/* CSS */
color: #7f3fef;
background-color: #7f3fef;
/* Tailwind (arbitrary) */
class="text-[#7f3fef] bg-[#7f3fef]"
/* SCSS */
$brand: #7f3fef;
/* SwiftUI */
Color(red: 0.498, green: 0.247, blue: 0.937)
/* Android */
Color.parseColor("#7f3fef")Accessibility — WCAG contrast
Aa
#7f3fef on white: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7f3fef on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green24.7%
Blue93.7%
CMYK percentages
Cyan46.9%
Magenta73.6%
Yellow0.0%
Key (black)6.3%
Color previews
#7f3fef text on a black background
contrast 3.86:1
Card sample
#7f3fef text on a white background
contrast 5.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f3fef;
Background color
Panel with #7f3fef background
background-color: #7f3fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f3fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 63, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 63, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f3fef; background: linear-gradient(135deg, #7f3fef, #EF3FEA);