#841069
a dark, electric magenta / pink · warm · closest name: purple
RGB
132, 16, 105
HSL
314°, 78%, 29%
CMYK
0, 88, 21, 48
Luminance
0.0630
Every format
| HEX | #841069 |
| RGB | rgb(132, 16, 105) |
| HSL | hsl(314, 78%, 29%) |
| CMYK | cmyk(0%, 88%, 21%, 48%) |
| LAB | lab(30.1 53.6 -21.2) |
| LCH | lch(30.1 57.7 338.4) |
| OKLCH | oklch(0.421 0.171 340.4) |
Copy-ready code
/* CSS */
color: #841069;
background-color: #841069;
/* Tailwind (arbitrary) */
class="text-[#841069] bg-[#841069]"
/* SCSS */
$brand: #841069;
/* SwiftUI */
Color(red: 0.518, green: 0.063, blue: 0.412)
/* Android */
Color.parseColor("#841069")Accessibility — WCAG contrast
Aa
#841069 on white: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#841069 on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green6.3%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta87.9%
Yellow20.5%
Key (black)48.2%
Color previews
#841069 text on a black background
contrast 2.26:1
Card sample
#841069 text on a white background
contrast 9.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #841069;
Background color
Panel with #841069 background
background-color: #841069;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #841069;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 16, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 16, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #841069; background: linear-gradient(135deg, #841069, #84101C);