#8e78e8
a light, vivid blue · warm · closest name: slateblue
RGB
142, 120, 232
HSL
252°, 71%, 69%
CMYK
39, 48, 0, 9
Luminance
0.2501
Every format
| HEX | #8e78e8 |
| RGB | rgb(142, 120, 232) |
| HSL | hsl(252, 71%, 69%) |
| CMYK | cmyk(39%, 48%, 0%, 9%) |
| LAB | lab(57.1 34.4 -54.0) |
| LCH | lch(57.1 64.1 302.5) |
| OKLCH | oklch(0.644 0.163 290.1) |
Copy-ready code
/* CSS */
color: #8e78e8;
background-color: #8e78e8;
/* Tailwind (arbitrary) */
class="text-[#8e78e8] bg-[#8e78e8]"
/* SCSS */
$brand: #8e78e8;
/* SwiftUI */
Color(red: 0.557, green: 0.471, blue: 0.910)
/* Android */
Color.parseColor("#8e78e8")Accessibility — WCAG contrast
Aa
#8e78e8 on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8e78e8 on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green47.1%
Blue91.0%
CMYK percentages
Cyan38.8%
Magenta48.3%
Yellow0.0%
Key (black)9.0%
Color previews
#8e78e8 text on a black background
contrast 6.00:1
Card sample
#8e78e8 text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8e78e8;
Background color
Panel with #8e78e8 background
background-color: #8e78e8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8e78e8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 120, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 120, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8e78e8; background: linear-gradient(135deg, #8e78e8, #D978E8);