#8656fd
a light, electric violet · warm · closest name: slateblue
RGB
134, 86, 253
HSL
257°, 98%, 67%
CMYK
47, 66, 0, 1
Luminance
0.1882
Every format
| HEX | #8656fd |
| RGB | rgb(134, 86, 253) |
| HSL | hsl(257, 98%, 67%) |
| CMYK | cmyk(47%, 66%, 0%, 1%) |
| LAB | lab(50.5 57.2 -76.5) |
| LCH | lch(50.5 95.5 306.8) |
| OKLCH | oklch(0.598 0.234 290.8) |
Copy-ready code
/* CSS */
color: #8656fd;
background-color: #8656fd;
/* Tailwind (arbitrary) */
class="text-[#8656fd] bg-[#8656fd]"
/* SCSS */
$brand: #8656fd;
/* SwiftUI */
Color(red: 0.525, green: 0.337, blue: 0.992)
/* Android */
Color.parseColor("#8656fd")Accessibility — WCAG contrast
Aa
#8656fd on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8656fd on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green33.7%
Blue99.2%
CMYK percentages
Cyan47.0%
Magenta66.0%
Yellow0.0%
Key (black)0.8%
Color previews
#8656fd text on a black background
contrast 4.76:1
Card sample
#8656fd text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8656fd;
Background color
Panel with #8656fd background
background-color: #8656fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8656fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 86, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 86, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8656fd; background: linear-gradient(135deg, #8656fd, #F556FD);