#8600eb
a balanced, electric violet · warm · closest name: blue
RGB
134, 0, 235
HSL
274°, 100%, 46%
CMYK
43, 100, 0, 8
Luminance
0.1107
Every format
| HEX | #8600eb |
| RGB | rgb(134, 0, 235) |
| HSL | hsl(274, 100%, 46%) |
| CMYK | cmyk(43%, 100%, 0%, 8%) |
| LAB | lab(39.7 79.5 -84.0) |
| LCH | lch(39.7 115.7 313.4) |
| OKLCH | oklch(0.518 0.277 299.7) |
Copy-ready code
/* CSS */
color: #8600eb;
background-color: #8600eb;
/* Tailwind (arbitrary) */
class="text-[#8600eb] bg-[#8600eb]"
/* SCSS */
$brand: #8600eb;
/* SwiftUI */
Color(red: 0.525, green: 0.000, blue: 0.922)
/* Android */
Color.parseColor("#8600eb")Accessibility — WCAG contrast
Aa
#8600eb on white: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8600eb on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green0.0%
Blue92.2%
CMYK percentages
Cyan43.0%
Magenta100.0%
Yellow0.0%
Key (black)7.8%
Color previews
#8600eb text on a black background
contrast 3.21:1
Card sample
#8600eb text on a white background
contrast 6.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8600eb;
Background color
Panel with #8600eb background
background-color: #8600eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8600eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 0, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 0, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8600eb; background: linear-gradient(135deg, #8600eb, #EB00B3);