#7f398e
a dark, soft violet · warm · closest name: purple
RGB
127, 57, 142
HSL
289°, 43%, 39%
CMYK
11, 60, 0, 44
Luminance
0.0939
Every format
| HEX | #7f398e |
| RGB | rgb(127, 57, 142) |
| HSL | hsl(289, 43%, 39%) |
| CMYK | cmyk(11%, 60%, 0%, 44%) |
| LAB | lab(36.7 43.5 -34.1) |
| LCH | lch(36.7 55.3 321.9) |
| OKLCH | oklch(0.473 0.148 320.2) |
Copy-ready code
/* CSS */
color: #7f398e;
background-color: #7f398e;
/* Tailwind (arbitrary) */
class="text-[#7f398e] bg-[#7f398e]"
/* SCSS */
$brand: #7f398e;
/* SwiftUI */
Color(red: 0.498, green: 0.224, blue: 0.557)
/* Android */
Color.parseColor("#7f398e")Accessibility — WCAG contrast
Aa
#7f398e on white: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7f398e on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green22.4%
Blue55.7%
CMYK percentages
Cyan10.6%
Magenta59.9%
Yellow0.0%
Key (black)44.3%
Color previews
#7f398e text on a black background
contrast 2.88:1
Card sample
#7f398e text on a white background
contrast 7.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f398e;
Background color
Panel with #7f398e background
background-color: #7f398e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f398e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 57, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 57, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f398e; background: linear-gradient(135deg, #7f398e, #8E3964);