#7f3bcf
a balanced, vivid violet · warm · closest name: slateblue
RGB
127, 59, 207
HSL
268°, 61%, 52%
CMYK
39, 72, 0, 19
Luminance
0.1214
Every format
| HEX | #7f3bcf |
| RGB | rgb(127, 59, 207) |
| HSL | hsl(268, 61%, 52%) |
| CMYK | cmyk(39%, 72%, 0%, 19%) |
| LAB | lab(41.5 57.4 -65.1) |
| LCH | lch(41.5 86.8 311.4) |
| OKLCH | oklch(0.521 0.214 299.9) |
Copy-ready code
/* CSS */
color: #7f3bcf;
background-color: #7f3bcf;
/* Tailwind (arbitrary) */
class="text-[#7f3bcf] bg-[#7f3bcf]"
/* SCSS */
$brand: #7f3bcf;
/* SwiftUI */
Color(red: 0.498, green: 0.231, blue: 0.812)
/* Android */
Color.parseColor("#7f3bcf")Accessibility — WCAG contrast
Aa
#7f3bcf on white: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7f3bcf on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green23.1%
Blue81.2%
CMYK percentages
Cyan38.6%
Magenta71.5%
Yellow0.0%
Key (black)18.8%
Color previews
#7f3bcf text on a black background
contrast 3.43:1
Card sample
#7f3bcf text on a white background
contrast 6.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f3bcf;
Background color
Panel with #7f3bcf background
background-color: #7f3bcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f3bcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 59, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 59, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f3bcf; background: linear-gradient(135deg, #7f3bcf, #CF3BBC);