#7f2dfe
a balanced, electric violet · warm · closest name: blue
RGB
127, 45, 254
HSL
264°, 99%, 59%
CMYK
50, 82, 0, 0
Luminance
0.1354
Every format
| HEX | #7f2dfe |
| RGB | rgb(127, 45, 254) |
| HSL | hsl(264, 99%, 59%) |
| CMYK | cmyk(50%, 82%, 0%, 0%) |
| LAB | lab(43.6 74.2 -88.3) |
| LCH | lch(43.6 115.4 310.0) |
| OKLCH | oklch(0.548 0.274 292.3) |
Copy-ready code
/* CSS */
color: #7f2dfe;
background-color: #7f2dfe;
/* Tailwind (arbitrary) */
class="text-[#7f2dfe] bg-[#7f2dfe]"
/* SCSS */
$brand: #7f2dfe;
/* SwiftUI */
Color(red: 0.498, green: 0.176, blue: 0.996)
/* Android */
Color.parseColor("#7f2dfe")Accessibility — WCAG contrast
Aa
#7f2dfe on white: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7f2dfe on black: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green17.6%
Blue99.6%
CMYK percentages
Cyan50.0%
Magenta82.3%
Yellow0.0%
Key (black)0.4%
Color previews
#7f2dfe text on a black background
contrast 3.71:1
Card sample
#7f2dfe text on a white background
contrast 5.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f2dfe;
Background color
Panel with #7f2dfe background
background-color: #7f2dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f2dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 45, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 45, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f2dfe; background: linear-gradient(135deg, #7f2dfe, #FE2DF2);