#7b4792
a dark, soft violet · warm · closest name: purple
RGB
123, 71, 146
HSL
282°, 35%, 43%
CMYK
16, 51, 0, 43
Luminance
0.1079
Every format
| HEX | #7b4792 |
| RGB | rgb(123, 71, 146) |
| HSL | hsl(282, 35%, 43%) |
| CMYK | cmyk(16%, 51%, 0%, 43%) |
| LAB | lab(39.2 35.8 -32.6) |
| LCH | lch(39.2 48.4 317.6) |
| OKLCH | oklch(0.491 0.128 314.6) |
Copy-ready code
/* CSS */
color: #7b4792;
background-color: #7b4792;
/* Tailwind (arbitrary) */
class="text-[#7b4792] bg-[#7b4792]"
/* SCSS */
$brand: #7b4792;
/* SwiftUI */
Color(red: 0.482, green: 0.278, blue: 0.573)
/* Android */
Color.parseColor("#7b4792")Accessibility — WCAG contrast
Aa
#7b4792 on white: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7b4792 on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green27.8%
Blue57.3%
CMYK percentages
Cyan15.8%
Magenta51.4%
Yellow0.0%
Key (black)42.7%
Color previews
#7b4792 text on a black background
contrast 3.16:1
Card sample
#7b4792 text on a white background
contrast 6.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b4792;
Background color
Panel with #7b4792 background
background-color: #7b4792;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b4792;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 71, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 71, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b4792; background: linear-gradient(135deg, #7b4792, #924777);