#862eee
a balanced, electric violet · warm · closest name: blue
RGB
134, 46, 238
HSL
268°, 85%, 56%
CMYK
44, 81, 0, 7
Luminance
0.1320
Every format
| HEX | #862eee |
| RGB | rgb(134, 46, 238) |
| HSL | hsl(268, 85%, 56%) |
| CMYK | cmyk(44%, 81%, 0%, 7%) |
| LAB | lab(43.1 71.0 -80.2) |
| LCH | lch(43.1 107.1 311.5) |
| OKLCH | oklch(0.542 0.259 297.4) |
Copy-ready code
/* CSS */
color: #862eee;
background-color: #862eee;
/* Tailwind (arbitrary) */
class="text-[#862eee] bg-[#862eee]"
/* SCSS */
$brand: #862eee;
/* SwiftUI */
Color(red: 0.525, green: 0.180, blue: 0.933)
/* Android */
Color.parseColor("#862eee")Accessibility — WCAG contrast
Aa
#862eee on white: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#862eee on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green18.0%
Blue93.3%
CMYK percentages
Cyan43.7%
Magenta80.7%
Yellow0.0%
Key (black)6.7%
Color previews
#862eee text on a black background
contrast 3.64:1
Card sample
#862eee text on a white background
contrast 5.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #862eee;
Background color
Panel with #862eee background
background-color: #862eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #862eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 46, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 46, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #862eee; background: linear-gradient(135deg, #862eee, #EE2ED6);