#781069
a dark, electric magenta / pink · warm · closest name: purple
RGB
120, 16, 105
HSL
309°, 77%, 27%
CMYK
0, 87, 13, 53
Luminance
0.0538
Every format
| HEX | #781069 |
| RGB | rgb(120, 16, 105) |
| HSL | hsl(309, 77%, 27%) |
| CMYK | cmyk(0%, 87%, 13%, 53%) |
| LAB | lab(27.8 51.0 -25.1) |
| LCH | lch(27.8 56.8 333.8) |
| OKLCH | oklch(0.400 0.164 335.3) |
Copy-ready code
/* CSS */
color: #781069;
background-color: #781069;
/* Tailwind (arbitrary) */
class="text-[#781069] bg-[#781069]"
/* SCSS */
$brand: #781069;
/* SwiftUI */
Color(red: 0.471, green: 0.063, blue: 0.412)
/* Android */
Color.parseColor("#781069")Accessibility — WCAG contrast
Aa
#781069 on white: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#781069 on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green6.3%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta86.7%
Yellow12.5%
Key (black)52.9%
Color previews
#781069 text on a black background
contrast 2.08:1
Card sample
#781069 text on a white background
contrast 10.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #781069;
Background color
Panel with #781069 background
background-color: #781069;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #781069;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 16, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 16, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #781069; background: linear-gradient(135deg, #781069, #781024);