#8618ce
a balanced, electric violet · warm · closest name: indigo
RGB
134, 24, 206
HSL
276°, 79%, 45%
CMYK
35, 88, 0, 19
Luminance
0.1018
Every format
| HEX | #8618ce |
| RGB | rgb(134, 24, 206) |
| HSL | hsl(276, 79%, 45%) |
| CMYK | cmyk(35%, 88%, 0%, 19%) |
| LAB | lab(38.2 70.2 -69.9) |
| LCH | lch(38.2 99.1 315.1) |
| OKLCH | oklch(0.500 0.245 305.5) |
Copy-ready code
/* CSS */
color: #8618ce;
background-color: #8618ce;
/* Tailwind (arbitrary) */
class="text-[#8618ce] bg-[#8618ce]"
/* SCSS */
$brand: #8618ce;
/* SwiftUI */
Color(red: 0.525, green: 0.094, blue: 0.808)
/* Android */
Color.parseColor("#8618ce")Accessibility — WCAG contrast
Aa
#8618ce on white: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8618ce on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green9.4%
Blue80.8%
CMYK percentages
Cyan35.0%
Magenta88.3%
Yellow0.0%
Key (black)19.2%
Color previews
#8618ce text on a black background
contrast 3.04:1
Card sample
#8618ce text on a white background
contrast 6.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8618ce;
Background color
Panel with #8618ce background
background-color: #8618ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8618ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 24, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 24, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8618ce; background: linear-gradient(135deg, #8618ce, #CE189D);