#862ace
a balanced, vivid violet · warm · closest name: indigo
RGB
134, 42, 206
HSL
274°, 66%, 49%
CMYK
35, 80, 0, 19
Luminance
0.1118
Every format
| HEX | #862ace |
| RGB | rgb(134, 42, 206) |
| HSL | hsl(274, 66%, 49%) |
| CMYK | cmyk(35%, 80%, 0%, 19%) |
| LAB | lab(39.9 65.2 -67.1) |
| LCH | lch(39.9 93.5 314.2) |
| OKLCH | oklch(0.511 0.232 304.5) |
Copy-ready code
/* CSS */
color: #862ace;
background-color: #862ace;
/* Tailwind (arbitrary) */
class="text-[#862ace] bg-[#862ace]"
/* SCSS */
$brand: #862ace;
/* SwiftUI */
Color(red: 0.525, green: 0.165, blue: 0.808)
/* Android */
Color.parseColor("#862ace")Accessibility — WCAG contrast
Aa
#862ace on white: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#862ace on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green16.5%
Blue80.8%
CMYK percentages
Cyan35.0%
Magenta79.6%
Yellow0.0%
Key (black)19.2%
Color previews
#862ace text on a black background
contrast 3.24:1
Card sample
#862ace text on a white background
contrast 6.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #862ace;
Background color
Panel with #862ace background
background-color: #862ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #862ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 42, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 42, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #862ace; background: linear-gradient(135deg, #862ace, #CE2AA8);