#7f2fef
a balanced, electric violet · warm · closest name: blue
RGB
127, 47, 239
HSL
265°, 86%, 56%
CMYK
47, 80, 0, 6
Luminance
0.1278
Every format
| HEX | #7f2fef |
| RGB | rgb(127, 47, 239) |
| HSL | hsl(265, 86%, 56%) |
| CMYK | cmyk(47%, 80%, 0%, 6%) |
| LAB | lab(42.4 70.0 -81.8) |
| LCH | lch(42.4 107.7 310.6) |
| OKLCH | oklch(0.536 0.258 294.7) |
Copy-ready code
/* CSS */
color: #7f2fef;
background-color: #7f2fef;
/* Tailwind (arbitrary) */
class="text-[#7f2fef] bg-[#7f2fef]"
/* SCSS */
$brand: #7f2fef;
/* SwiftUI */
Color(red: 0.498, green: 0.184, blue: 0.937)
/* Android */
Color.parseColor("#7f2fef")Accessibility — WCAG contrast
Aa
#7f2fef on white: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7f2fef on black: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green18.4%
Blue93.7%
CMYK percentages
Cyan46.9%
Magenta80.3%
Yellow0.0%
Key (black)6.3%
Color previews
#7f2fef text on a black background
contrast 3.56:1
Card sample
#7f2fef text on a white background
contrast 5.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f2fef;
Background color
Panel with #7f2fef background
background-color: #7f2fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f2fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 47, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 47, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f2fef; background: linear-gradient(135deg, #7f2fef, #EF2FDF);