#763576
a dark, soft magenta / pink · warm · closest name: purple
RGB
118, 53, 118
HSL
300°, 38%, 34%
CMYK
0, 55, 0, 54
Luminance
0.0771
Every format
| HEX | #763576 |
| RGB | rgb(118, 53, 118) |
| HSL | hsl(300, 38%, 34%) |
| CMYK | cmyk(0%, 55%, 0%, 54%) |
| LAB | lab(33.4 38.2 -24.6) |
| LCH | lch(33.4 45.4 327.1) |
| OKLCH | oklch(0.442 0.126 327.4) |
Copy-ready code
/* CSS */
color: #763576;
background-color: #763576;
/* Tailwind (arbitrary) */
class="text-[#763576] bg-[#763576]"
/* SCSS */
$brand: #763576;
/* SwiftUI */
Color(red: 0.463, green: 0.208, blue: 0.463)
/* Android */
Color.parseColor("#763576")Accessibility — WCAG contrast
Aa
#763576 on white: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#763576 on black: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green20.8%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta55.1%
Yellow0.0%
Key (black)53.7%
Color previews
#763576 text on a black background
contrast 2.54:1
Card sample
#763576 text on a white background
contrast 8.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #763576;
Background color
Panel with #763576 background
background-color: #763576;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #763576;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 53, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 53, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #763576; background: linear-gradient(135deg, #763576, #76354B);