#7f3dfe
a balanced, electric violet · warm · closest name: blue
RGB
127, 61, 254
HSL
261°, 99%, 62%
CMYK
50, 76, 0, 0
Luminance
0.1501
Every format
| HEX | #7f3dfe |
| RGB | rgb(127, 61, 254) |
| HSL | hsl(261, 99%, 62%) |
| CMYK | cmyk(50%, 76%, 0%, 0%) |
| LAB | lab(45.6 68.2 -84.9) |
| LCH | lch(45.6 108.9 308.8) |
| OKLCH | oklch(0.562 0.262 291.0) |
Copy-ready code
/* CSS */
color: #7f3dfe;
background-color: #7f3dfe;
/* Tailwind (arbitrary) */
class="text-[#7f3dfe] bg-[#7f3dfe]"
/* SCSS */
$brand: #7f3dfe;
/* SwiftUI */
Color(red: 0.498, green: 0.239, blue: 0.996)
/* Android */
Color.parseColor("#7f3dfe")Accessibility — WCAG contrast
Aa
#7f3dfe on white: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7f3dfe on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green23.9%
Blue99.6%
CMYK percentages
Cyan50.0%
Magenta76.0%
Yellow0.0%
Key (black)0.4%
Color previews
#7f3dfe text on a black background
contrast 4.00:1
Card sample
#7f3dfe text on a white background
contrast 5.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f3dfe;
Background color
Panel with #7f3dfe background
background-color: #7f3dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f3dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 61, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 61, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f3dfe; background: linear-gradient(135deg, #7f3dfe, #FE3DFC);