#8470eb
a light, electric blue · warm · closest name: slateblue
RGB
132, 112, 235
HSL
250°, 76%, 68%
CMYK
44, 52, 0, 8
Luminance
0.2249
Every format
| HEX | #8470eb |
| RGB | rgb(132, 112, 235) |
| HSL | hsl(250, 76%, 68%) |
| CMYK | cmyk(44%, 52%, 0%, 8%) |
| LAB | lab(54.5 37.5 -59.8) |
| LCH | lch(54.5 70.6 302.1) |
| OKLCH | oklch(0.623 0.178 287.5) |
Copy-ready code
/* CSS */
color: #8470eb;
background-color: #8470eb;
/* Tailwind (arbitrary) */
class="text-[#8470eb] bg-[#8470eb]"
/* SCSS */
$brand: #8470eb;
/* SwiftUI */
Color(red: 0.518, green: 0.439, blue: 0.922)
/* Android */
Color.parseColor("#8470eb")Accessibility — WCAG contrast
Aa
#8470eb on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8470eb on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green43.9%
Blue92.2%
CMYK percentages
Cyan43.8%
Magenta52.3%
Yellow0.0%
Key (black)7.8%
Color previews
#8470eb text on a black background
contrast 5.50:1
Card sample
#8470eb text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8470eb;
Background color
Panel with #8470eb background
background-color: #8470eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8470eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 112, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 112, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8470eb; background: linear-gradient(135deg, #8470eb, #D670EB);