#862dbe
a balanced, vivid violet · warm · closest name: indigo
RGB
134, 45, 190
HSL
277°, 62%, 46%
CMYK
30, 76, 0, 26
Luminance
0.1066
Every format
| HEX | #862dbe |
| RGB | rgb(134, 45, 190) |
| HSL | hsl(277, 62%, 46%) |
| CMYK | cmyk(30%, 76%, 0%, 26%) |
| LAB | lab(39.0 60.6 -59.2) |
| LCH | lch(39.0 84.7 315.7) |
| OKLCH | oklch(0.501 0.214 308.3) |
Copy-ready code
/* CSS */
color: #862dbe;
background-color: #862dbe;
/* Tailwind (arbitrary) */
class="text-[#862dbe] bg-[#862dbe]"
/* SCSS */
$brand: #862dbe;
/* SwiftUI */
Color(red: 0.525, green: 0.176, blue: 0.745)
/* Android */
Color.parseColor("#862dbe")Accessibility — WCAG contrast
Aa
#862dbe on white: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#862dbe on black: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green17.6%
Blue74.5%
CMYK percentages
Cyan29.5%
Magenta76.3%
Yellow0.0%
Key (black)25.5%
Color previews
#862dbe text on a black background
contrast 3.13:1
Card sample
#862dbe text on a white background
contrast 6.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #862dbe;
Background color
Panel with #862dbe background
background-color: #862dbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #862dbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 45, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 45, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #862dbe; background: linear-gradient(135deg, #862dbe, #BE2D95);