#861069
a dark, electric magenta / pink · warm · closest name: purple
RGB
134, 16, 105
HSL
315°, 79%, 29%
CMYK
0, 88, 22, 48
Luminance
0.0646
Every format
| HEX | #861069 |
| RGB | rgb(134, 16, 105) |
| HSL | hsl(315, 79%, 29%) |
| CMYK | cmyk(0%, 88%, 22%, 48%) |
| LAB | lab(30.6 54.1 -20.6) |
| LCH | lch(30.6 57.9 339.2) |
| OKLCH | oklch(0.424 0.172 341.2) |
Copy-ready code
/* CSS */
color: #861069;
background-color: #861069;
/* Tailwind (arbitrary) */
class="text-[#861069] bg-[#861069]"
/* SCSS */
$brand: #861069;
/* SwiftUI */
Color(red: 0.525, green: 0.063, blue: 0.412)
/* Android */
Color.parseColor("#861069")Accessibility — WCAG contrast
Aa
#861069 on white: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#861069 on black: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green6.3%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta88.1%
Yellow21.6%
Key (black)47.5%
Color previews
#861069 text on a black background
contrast 2.29:1
Card sample
#861069 text on a white background
contrast 9.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #861069;
Background color
Panel with #861069 background
background-color: #861069;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #861069;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 16, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 16, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #861069; background: linear-gradient(135deg, #861069, #86101A);