#7f2467
a dark, vivid magenta / pink · warm · closest name: purple
RGB
127, 36, 103
HSL
316°, 56%, 32%
CMYK
0, 72, 19, 50
Luminance
0.0675
Every format
| HEX | #7f2467 |
| RGB | rgb(127, 36, 103) |
| HSL | hsl(316, 56%, 32%) |
| CMYK | cmyk(0%, 72%, 19%, 50%) |
| LAB | lab(31.2 46.0 -18.3) |
| LCH | lch(31.2 49.5 338.3) |
| OKLCH | oklch(0.426 0.146 340.2) |
Copy-ready code
/* CSS */
color: #7f2467;
background-color: #7f2467;
/* Tailwind (arbitrary) */
class="text-[#7f2467] bg-[#7f2467]"
/* SCSS */
$brand: #7f2467;
/* SwiftUI */
Color(red: 0.498, green: 0.141, blue: 0.404)
/* Android */
Color.parseColor("#7f2467")Accessibility — WCAG contrast
Aa
#7f2467 on white: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7f2467 on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green14.1%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta71.7%
Yellow18.9%
Key (black)50.2%
Color previews
#7f2467 text on a black background
contrast 2.35:1
Card sample
#7f2467 text on a white background
contrast 8.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f2467;
Background color
Panel with #7f2467 background
background-color: #7f2467;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f2467;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 36, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 36, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f2467; background: linear-gradient(135deg, #7f2467, #7F242A);