#781b69
a dark, vivid magenta / pink · warm · closest name: purple
RGB
120, 27, 105
HSL
310°, 63%, 29%
CMYK
0, 78, 13, 53
Luminance
0.0580
Every format
| HEX | #781b69 |
| RGB | rgb(120, 27, 105) |
| HSL | hsl(310, 63%, 29%) |
| CMYK | cmyk(0%, 78%, 13%, 53%) |
| LAB | lab(28.9 47.8 -23.3) |
| LCH | lch(28.9 53.2 334.0) |
| OKLCH | oklch(0.407 0.154 335.5) |
Copy-ready code
/* CSS */
color: #781b69;
background-color: #781b69;
/* Tailwind (arbitrary) */
class="text-[#781b69] bg-[#781b69]"
/* SCSS */
$brand: #781b69;
/* SwiftUI */
Color(red: 0.471, green: 0.106, blue: 0.412)
/* Android */
Color.parseColor("#781b69")Accessibility — WCAG contrast
Aa
#781b69 on white: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#781b69 on black: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green10.6%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta77.5%
Yellow12.5%
Key (black)52.9%
Color previews
#781b69 text on a black background
contrast 2.16:1
Card sample
#781b69 text on a white background
contrast 9.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #781b69;
Background color
Panel with #781b69 background
background-color: #781b69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #781b69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 27, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 27, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #781b69; background: linear-gradient(135deg, #781b69, #781B2B);