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