#861358
a dark, electric magenta / pink · warm · closest name: purple
RGB
134, 19, 88
HSL
324°, 75%, 30%
CMYK
0, 86, 34, 48
Luminance
0.0624
Every format
| HEX | #861358 |
| RGB | rgb(134, 19, 88) |
| HSL | hsl(324, 75%, 30%) |
| CMYK | cmyk(0%, 86%, 34%, 48%) |
| LAB | lab(30.0 51.3 -10.3) |
| LCH | lch(30.0 52.3 348.6) |
| OKLCH | oklch(0.418 0.160 350.3) |
Copy-ready code
/* CSS */
color: #861358;
background-color: #861358;
/* Tailwind (arbitrary) */
class="text-[#861358] bg-[#861358]"
/* SCSS */
$brand: #861358;
/* SwiftUI */
Color(red: 0.525, green: 0.075, blue: 0.345)
/* Android */
Color.parseColor("#861358")Accessibility — WCAG contrast
Aa
#861358 on white: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#861358 on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green7.5%
Blue34.5%
CMYK percentages
Cyan0.0%
Magenta85.8%
Yellow34.3%
Key (black)47.5%
Color previews
#861358 text on a black background
contrast 2.25:1
Card sample
#861358 text on a white background
contrast 9.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #861358;
Background color
Panel with #861358 background
background-color: #861358;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #861358;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 19, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 19, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #861358; background: linear-gradient(135deg, #861358, #861B13);