#862fda
a balanced, vivid violet · warm · closest name: indigo
RGB
134, 47, 218
HSL
271°, 70%, 52%
CMYK
39, 78, 0, 15
Luminance
0.1216
Every format
| HEX | #862fda |
| RGB | rgb(134, 47, 218) |
| HSL | hsl(271, 70%, 52%) |
| CMYK | cmyk(39%, 78%, 0%, 15%) |
| LAB | lab(41.5 66.1 -71.4) |
| LCH | lch(41.5 97.3 312.8) |
| OKLCH | oklch(0.526 0.239 301.3) |
Copy-ready code
/* CSS */
color: #862fda;
background-color: #862fda;
/* Tailwind (arbitrary) */
class="text-[#862fda] bg-[#862fda]"
/* SCSS */
$brand: #862fda;
/* SwiftUI */
Color(red: 0.525, green: 0.184, blue: 0.855)
/* Android */
Color.parseColor("#862fda")Accessibility — WCAG contrast
Aa
#862fda on white: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#862fda on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green18.4%
Blue85.5%
CMYK percentages
Cyan38.5%
Magenta78.4%
Yellow0.0%
Key (black)14.5%
Color previews
#862fda text on a black background
contrast 3.43:1
Card sample
#862fda text on a white background
contrast 6.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #862fda;
Background color
Panel with #862fda background
background-color: #862fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #862fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 47, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 47, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #862fda; background: linear-gradient(135deg, #862fda, #DA2FBC);