#7f459f
a dark, soft violet · warm · closest name: slateblue
RGB
127, 69, 159
HSL
279°, 40%, 45%
CMYK
20, 57, 0, 38
Luminance
0.1127
Every format
| HEX | #7f459f |
| RGB | rgb(127, 69, 159) |
| HSL | hsl(279, 40%, 45%) |
| CMYK | cmyk(20%, 57%, 0%, 38%) |
| LAB | lab(40.0 40.9 -39.2) |
| LCH | lch(40.0 56.6 316.3) |
| OKLCH | oklch(0.500 0.148 312.0) |
Copy-ready code
/* CSS */
color: #7f459f;
background-color: #7f459f;
/* Tailwind (arbitrary) */
class="text-[#7f459f] bg-[#7f459f]"
/* SCSS */
$brand: #7f459f;
/* SwiftUI */
Color(red: 0.498, green: 0.271, blue: 0.624)
/* Android */
Color.parseColor("#7f459f")Accessibility — WCAG contrast
Aa
#7f459f on white: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7f459f on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green27.1%
Blue62.4%
CMYK percentages
Cyan20.1%
Magenta56.6%
Yellow0.0%
Key (black)37.6%
Color previews
#7f459f text on a black background
contrast 3.25:1
Card sample
#7f459f text on a white background
contrast 6.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f459f;
Background color
Panel with #7f459f background
background-color: #7f459f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f459f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 69, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 69, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f459f; background: linear-gradient(135deg, #7f459f, #9F4583);