#862e8b
a dark, vivid magenta / pink · warm · closest name: purple
RGB
134, 46, 139
HSL
297°, 50%, 36%
CMYK
4, 67, 0, 46
Luminance
0.0889
Every format
| HEX | #862e8b |
| RGB | rgb(134, 46, 139) |
| HSL | hsl(297, 50%, 36%) |
| CMYK | cmyk(4%, 67%, 0%, 46%) |
| LAB | lab(35.8 49.9 -33.7) |
| LCH | lch(35.8 60.2 325.9) |
| OKLCH | oklch(0.468 0.166 325.6) |
Copy-ready code
/* CSS */
color: #862e8b;
background-color: #862e8b;
/* Tailwind (arbitrary) */
class="text-[#862e8b] bg-[#862e8b]"
/* SCSS */
$brand: #862e8b;
/* SwiftUI */
Color(red: 0.525, green: 0.180, blue: 0.545)
/* Android */
Color.parseColor("#862e8b")Accessibility — WCAG contrast
Aa
#862e8b on white: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#862e8b on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green18.0%
Blue54.5%
CMYK percentages
Cyan3.6%
Magenta66.9%
Yellow0.0%
Key (black)45.5%
Color previews
#862e8b text on a black background
contrast 2.78:1
Card sample
#862e8b text on a white background
contrast 7.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #862e8b;
Background color
Panel with #862e8b background
background-color: #862e8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #862e8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 46, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 46, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #862e8b; background: linear-gradient(135deg, #862e8b, #8B2E52);