#862ba2
a dark, vivid violet · warm · closest name: purple
RGB
134, 43, 162
HSL
286°, 58%, 40%
CMYK
17, 74, 0, 37
Luminance
0.0940
Every format
| HEX | #862ba2 |
| RGB | rgb(134, 43, 162) |
| HSL | hsl(286, 58%, 40%) |
| CMYK | cmyk(17%, 74%, 0%, 37%) |
| LAB | lab(36.8 55.5 -46.2) |
| LCH | lch(36.8 72.2 320.3) |
| OKLCH | oklch(0.479 0.190 316.9) |
Copy-ready code
/* CSS */
color: #862ba2;
background-color: #862ba2;
/* Tailwind (arbitrary) */
class="text-[#862ba2] bg-[#862ba2]"
/* SCSS */
$brand: #862ba2;
/* SwiftUI */
Color(red: 0.525, green: 0.169, blue: 0.635)
/* Android */
Color.parseColor("#862ba2")Accessibility — WCAG contrast
Aa
#862ba2 on white: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#862ba2 on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green16.9%
Blue63.5%
CMYK percentages
Cyan17.3%
Magenta73.5%
Yellow0.0%
Key (black)36.5%
Color previews
#862ba2 text on a black background
contrast 2.88:1
Card sample
#862ba2 text on a white background
contrast 7.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #862ba2;
Background color
Panel with #862ba2 background
background-color: #862ba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #862ba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 43, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 43, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #862ba2; background: linear-gradient(135deg, #862ba2, #A22B6F);