#7d1f7d
a dark, vivid magenta / pink · warm · closest name: purple
RGB
125, 31, 125
HSL
300°, 60%, 31%
CMYK
0, 75, 0, 51
Luminance
0.0682
Every format
| HEX | #7d1f7d |
| RGB | rgb(125, 31, 125) |
| HSL | hsl(300, 60%, 31%) |
| CMYK | cmyk(0%, 75%, 0%, 51%) |
| LAB | lab(31.4 51.0 -32.1) |
| LCH | lch(31.4 60.2 327.8) |
| OKLCH | oklch(0.431 0.168 328.0) |
Copy-ready code
/* CSS */
color: #7d1f7d;
background-color: #7d1f7d;
/* Tailwind (arbitrary) */
class="text-[#7d1f7d] bg-[#7d1f7d]"
/* SCSS */
$brand: #7d1f7d;
/* SwiftUI */
Color(red: 0.490, green: 0.122, blue: 0.490)
/* Android */
Color.parseColor("#7d1f7d")Accessibility — WCAG contrast
Aa
#7d1f7d on white: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7d1f7d on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green12.2%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta75.2%
Yellow0.0%
Key (black)51.0%
Color previews
#7d1f7d text on a black background
contrast 2.36:1
Card sample
#7d1f7d text on a white background
contrast 8.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7d1f7d;
Background color
Panel with #7d1f7d background
background-color: #7d1f7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7d1f7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 31, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 31, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7d1f7d; background: linear-gradient(135deg, #7d1f7d, #7D1F3E);