#7f3dff
a balanced, electric violet · warm · closest name: blue
RGB
127, 61, 255
HSL
260°, 100%, 62%
CMYK
50, 76, 0, 0
Luminance
0.1507
Every format
| HEX | #7f3dff |
| RGB | rgb(127, 61, 255) |
| HSL | hsl(260, 100%, 62%) |
| CMYK | cmyk(50%, 76%, 0%, 0%) |
| LAB | lab(45.7 68.5 -85.3) |
| LCH | lch(45.7 109.4 308.7) |
| OKLCH | oklch(0.563 0.263 290.9) |
Copy-ready code
/* CSS */
color: #7f3dff;
background-color: #7f3dff;
/* Tailwind (arbitrary) */
class="text-[#7f3dff] bg-[#7f3dff]"
/* SCSS */
$brand: #7f3dff;
/* SwiftUI */
Color(red: 0.498, green: 0.239, blue: 1.000)
/* Android */
Color.parseColor("#7f3dff")Accessibility — WCAG contrast
Aa
#7f3dff on white: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7f3dff on black: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green23.9%
Blue100.0%
CMYK percentages
Cyan50.2%
Magenta76.1%
Yellow0.0%
Key (black)0.0%
Color previews
#7f3dff text on a black background
contrast 4.01:1
Card sample
#7f3dff text on a white background
contrast 5.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f3dff;
Background color
Panel with #7f3dff background
background-color: #7f3dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f3dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 61, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 61, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f3dff; background: linear-gradient(135deg, #7f3dff, #FF3DFE);