#891069
a dark, electric magenta / pink · warm · closest name: purple
RGB
137, 16, 105
HSL
316°, 79%, 30%
CMYK
0, 88, 23, 46
Luminance
0.0671
Every format
| HEX | #891069 |
| RGB | rgb(137, 16, 105) |
| HSL | hsl(316, 79%, 30%) |
| CMYK | cmyk(0%, 88%, 23%, 46%) |
| LAB | lab(31.1 54.8 -19.6) |
| LCH | lch(31.1 58.2 340.3) |
| OKLCH | oklch(0.429 0.173 342.3) |
Copy-ready code
/* CSS */
color: #891069;
background-color: #891069;
/* Tailwind (arbitrary) */
class="text-[#891069] bg-[#891069]"
/* SCSS */
$brand: #891069;
/* SwiftUI */
Color(red: 0.537, green: 0.063, blue: 0.412)
/* Android */
Color.parseColor("#891069")Accessibility — WCAG contrast
Aa
#891069 on white: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#891069 on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green6.3%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta88.3%
Yellow23.4%
Key (black)46.3%
Color previews
#891069 text on a black background
contrast 2.34:1
Card sample
#891069 text on a white background
contrast 8.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #891069;
Background color
Panel with #891069 background
background-color: #891069;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #891069;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 16, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 16, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #891069; background: linear-gradient(135deg, #891069, #891018);