#8664fd
a light, electric blue · warm · closest name: slateblue
RGB
134, 100, 253
HSL
253°, 98%, 69%
CMYK
47, 61, 0, 1
Luminance
0.2127
Every format
| HEX | #8664fd |
| RGB | rgb(134, 100, 253) |
| HSL | hsl(253, 98%, 69%) |
| CMYK | cmyk(47%, 61%, 0%, 1%) |
| LAB | lab(53.3 49.8 -71.9) |
| LCH | lch(53.3 87.5 304.7) |
| OKLCH | oklch(0.618 0.217 288.6) |
Copy-ready code
/* CSS */
color: #8664fd;
background-color: #8664fd;
/* Tailwind (arbitrary) */
class="text-[#8664fd] bg-[#8664fd]"
/* SCSS */
$brand: #8664fd;
/* SwiftUI */
Color(red: 0.525, green: 0.392, blue: 0.992)
/* Android */
Color.parseColor("#8664fd")Accessibility — WCAG contrast
Aa
#8664fd on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8664fd on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green39.2%
Blue99.2%
CMYK percentages
Cyan47.0%
Magenta60.5%
Yellow0.0%
Key (black)0.8%
Color previews
#8664fd text on a black background
contrast 5.25:1
Card sample
#8664fd text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8664fd;
Background color
Panel with #8664fd background
background-color: #8664fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8664fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 100, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 100, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8664fd; background: linear-gradient(135deg, #8664fd, #EC64FD);