#781663
a dark, vivid magenta / pink · warm · closest name: purple
RGB
120, 22, 99
HSL
313°, 69%, 28%
CMYK
0, 82, 18, 53
Luminance
0.0547
Every format
| HEX | #781663 |
| RGB | rgb(120, 22, 99) |
| HSL | hsl(313, 69%, 28%) |
| CMYK | cmyk(0%, 82%, 18%, 53%) |
| LAB | lab(28.0 48.5 -20.8) |
| LCH | lch(28.0 52.8 336.8) |
| OKLCH | oklch(0.400 0.155 338.6) |
Copy-ready code
/* CSS */
color: #781663;
background-color: #781663;
/* Tailwind (arbitrary) */
class="text-[#781663] bg-[#781663]"
/* SCSS */
$brand: #781663;
/* SwiftUI */
Color(red: 0.471, green: 0.086, blue: 0.388)
/* Android */
Color.parseColor("#781663")Accessibility — WCAG contrast
Aa
#781663 on white: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#781663 on black: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green8.6%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta81.7%
Yellow17.5%
Key (black)52.9%
Color previews
#781663 text on a black background
contrast 2.09:1
Card sample
#781663 text on a white background
contrast 10.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #781663;
Background color
Panel with #781663 background
background-color: #781663;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #781663;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 22, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 22, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #781663; background: linear-gradient(135deg, #781663, #781622);