#7f52fd
a light, electric violet · warm · closest name: slateblue
RGB
127, 82, 253
HSL
256°, 98%, 66%
CMYK
50, 68, 0, 1
Luminance
0.1764
Every format
| HEX | #7f52fd |
| RGB | rgb(127, 82, 253) |
| HSL | hsl(256, 98%, 66%) |
| CMYK | cmyk(50%, 68%, 0%, 1%) |
| LAB | lab(49.0 58.1 -78.8) |
| LCH | lch(49.0 97.9 306.4) |
| OKLCH | oklch(0.586 0.239 288.9) |
Copy-ready code
/* CSS */
color: #7f52fd;
background-color: #7f52fd;
/* Tailwind (arbitrary) */
class="text-[#7f52fd] bg-[#7f52fd]"
/* SCSS */
$brand: #7f52fd;
/* SwiftUI */
Color(red: 0.498, green: 0.322, blue: 0.992)
/* Android */
Color.parseColor("#7f52fd")Accessibility — WCAG contrast
Aa
#7f52fd on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7f52fd on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green32.2%
Blue99.2%
CMYK percentages
Cyan49.8%
Magenta67.6%
Yellow0.0%
Key (black)0.8%
Color previews
#7f52fd text on a black background
contrast 4.53:1
Card sample
#7f52fd text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f52fd;
Background color
Panel with #7f52fd background
background-color: #7f52fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f52fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 82, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 82, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f52fd; background: linear-gradient(135deg, #7f52fd, #F152FD);