#763569
a dark, soft magenta / pink · warm · closest name: purple
RGB
118, 53, 105
HSL
312°, 38%, 34%
CMYK
0, 55, 11, 54
Luminance
0.0742
Every format
| HEX | #763569 |
| RGB | rgb(118, 53, 105) |
| HSL | hsl(312, 38%, 34%) |
| CMYK | cmyk(0%, 55%, 11%, 54%) |
| LAB | lab(32.7 35.7 -17.4) |
| LCH | lch(32.7 39.7 334.1) |
| OKLCH | oklch(0.435 0.114 335.6) |
Copy-ready code
/* CSS */
color: #763569;
background-color: #763569;
/* Tailwind (arbitrary) */
class="text-[#763569] bg-[#763569]"
/* SCSS */
$brand: #763569;
/* SwiftUI */
Color(red: 0.463, green: 0.208, blue: 0.412)
/* Android */
Color.parseColor("#763569")Accessibility — WCAG contrast
Aa
#763569 on white: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#763569 on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green20.8%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta55.1%
Yellow11.0%
Key (black)53.7%
Color previews
#763569 text on a black background
contrast 2.48:1
Card sample
#763569 text on a white background
contrast 8.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #763569;
Background color
Panel with #763569 background
background-color: #763569;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #763569;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 53, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 53, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #763569; background: linear-gradient(135deg, #763569, #76353E);