#862eb6
a dark, vivid violet · warm · closest name: indigo
RGB
134, 46, 182
HSL
279°, 60%, 45%
CMYK
26, 75, 0, 29
Luminance
0.1040
Every format
| HEX | #862eb6 |
| RGB | rgb(134, 46, 182) |
| HSL | hsl(279, 60%, 45%) |
| CMYK | cmyk(26%, 75%, 0%, 29%) |
| LAB | lab(38.5 58.5 -55.2) |
| LCH | lch(38.5 80.4 316.7) |
| OKLCH | oklch(0.496 0.205 310.4) |
Copy-ready code
/* CSS */
color: #862eb6;
background-color: #862eb6;
/* Tailwind (arbitrary) */
class="text-[#862eb6] bg-[#862eb6]"
/* SCSS */
$brand: #862eb6;
/* SwiftUI */
Color(red: 0.525, green: 0.180, blue: 0.714)
/* Android */
Color.parseColor("#862eb6")Accessibility — WCAG contrast
Aa
#862eb6 on white: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#862eb6 on black: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green18.0%
Blue71.4%
CMYK percentages
Cyan26.4%
Magenta74.7%
Yellow0.0%
Key (black)28.6%
Color previews
#862eb6 text on a black background
contrast 3.08:1
Card sample
#862eb6 text on a white background
contrast 6.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #862eb6;
Background color
Panel with #862eb6 background
background-color: #862eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #862eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 46, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 46, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #862eb6; background: linear-gradient(135deg, #862eb6, #B62E8B);