#7f1dba
a dark, vivid violet · warm · closest name: indigo
RGB
127, 29, 186
HSL
278°, 73%, 42%
CMYK
32, 84, 0, 27
Luminance
0.0894
Every format
| HEX | #7f1dba |
| RGB | rgb(127, 29, 186) |
| HSL | hsl(278, 73%, 42%) |
| CMYK | cmyk(32%, 84%, 0%, 27%) |
| LAB | lab(35.9 63.9 -62.0) |
| LCH | lch(35.9 89.0 315.9) |
| OKLCH | oklch(0.476 0.223 307.6) |
Copy-ready code
/* CSS */
color: #7f1dba;
background-color: #7f1dba;
/* Tailwind (arbitrary) */
class="text-[#7f1dba] bg-[#7f1dba]"
/* SCSS */
$brand: #7f1dba;
/* SwiftUI */
Color(red: 0.498, green: 0.114, blue: 0.729)
/* Android */
Color.parseColor("#7f1dba")Accessibility — WCAG contrast
Aa
#7f1dba on white: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7f1dba on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green11.4%
Blue72.9%
CMYK percentages
Cyan31.7%
Magenta84.4%
Yellow0.0%
Key (black)27.1%
Color previews
#7f1dba text on a black background
contrast 2.79:1
Card sample
#7f1dba text on a white background
contrast 7.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f1dba;
Background color
Panel with #7f1dba background
background-color: #7f1dba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f1dba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 29, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 29, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f1dba; background: linear-gradient(135deg, #7f1dba, #BA1D8C);