#7f1980
a dark, vivid magenta / pink · warm · closest name: purple
RGB
127, 25, 128
HSL
299°, 67%, 30%
CMYK
1, 81, 0, 50
Luminance
0.0677
Every format
| HEX | #7f1980 |
| RGB | rgb(127, 25, 128) |
| HSL | hsl(299, 67%, 30%) |
| CMYK | cmyk(1%, 81%, 0%, 50%) |
| LAB | lab(31.3 53.8 -34.1) |
| LCH | lch(31.3 63.8 327.6) |
| OKLCH | oklch(0.431 0.177 327.7) |
Copy-ready code
/* CSS */
color: #7f1980;
background-color: #7f1980;
/* Tailwind (arbitrary) */
class="text-[#7f1980] bg-[#7f1980]"
/* SCSS */
$brand: #7f1980;
/* SwiftUI */
Color(red: 0.498, green: 0.098, blue: 0.502)
/* Android */
Color.parseColor("#7f1980")Accessibility — WCAG contrast
Aa
#7f1980 on white: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7f1980 on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green9.8%
Blue50.2%
CMYK percentages
Cyan0.8%
Magenta80.5%
Yellow0.0%
Key (black)49.8%
Color previews
#7f1980 text on a black background
contrast 2.35:1
Card sample
#7f1980 text on a white background
contrast 8.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f1980;
Background color
Panel with #7f1980 background
background-color: #7f1980;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f1980;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 25, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 25, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f1980; background: linear-gradient(135deg, #7f1980, #80193C);