#860962
a dark, electric magenta / pink · warm · closest name: purple
RGB
134, 9, 98
HSL
317°, 87%, 28%
CMYK
0, 93, 27, 48
Luminance
0.0615
Every format
| HEX | #860962 |
| RGB | rgb(134, 9, 98) |
| HSL | hsl(317, 87%, 28%) |
| CMYK | cmyk(0%, 93%, 27%, 48%) |
| LAB | lab(29.8 54.4 -17.2) |
| LCH | lch(29.8 57.1 342.4) |
| OKLCH | oklch(0.418 0.172 344.5) |
Copy-ready code
/* CSS */
color: #860962;
background-color: #860962;
/* Tailwind (arbitrary) */
class="text-[#860962] bg-[#860962]"
/* SCSS */
$brand: #860962;
/* SwiftUI */
Color(red: 0.525, green: 0.035, blue: 0.384)
/* Android */
Color.parseColor("#860962")Accessibility — WCAG contrast
Aa
#860962 on white: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#860962 on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green3.5%
Blue38.4%
CMYK percentages
Cyan0.0%
Magenta93.3%
Yellow26.9%
Key (black)47.5%
Color previews
#860962 text on a black background
contrast 2.23:1
Card sample
#860962 text on a white background
contrast 9.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #860962;
Background color
Panel with #860962 background
background-color: #860962;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #860962;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 9, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 9, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #860962; background: linear-gradient(135deg, #860962, #86090F);