#7f418b
a dark, soft magenta / pink · warm · closest name: purple
RGB
127, 65, 139
HSL
290°, 36%, 40%
CMYK
9, 53, 0, 46
Luminance
0.1016
Every format
| HEX | #7f418b |
| RGB | rgb(127, 65, 139) |
| HSL | hsl(290, 36%, 40%) |
| CMYK | cmyk(9%, 53%, 0%, 46%) |
| LAB | lab(38.1 38.7 -30.1) |
| LCH | lch(38.1 49.0 322.2) |
| OKLCH | oklch(0.483 0.132 320.9) |
Copy-ready code
/* CSS */
color: #7f418b;
background-color: #7f418b;
/* Tailwind (arbitrary) */
class="text-[#7f418b] bg-[#7f418b]"
/* SCSS */
$brand: #7f418b;
/* SwiftUI */
Color(red: 0.498, green: 0.255, blue: 0.545)
/* Android */
Color.parseColor("#7f418b")Accessibility — WCAG contrast
Aa
#7f418b on white: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7f418b on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green25.5%
Blue54.5%
CMYK percentages
Cyan8.6%
Magenta53.2%
Yellow0.0%
Key (black)45.5%
Color previews
#7f418b text on a black background
contrast 3.03:1
Card sample
#7f418b text on a white background
contrast 6.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f418b;
Background color
Panel with #7f418b background
background-color: #7f418b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f418b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 65, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 65, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f418b; background: linear-gradient(135deg, #7f418b, #8B4166);