#a78fff
a light, electric blue · warm · closest name: slateblue
RGB
167, 143, 255
HSL
253°, 100%, 78%
CMYK
35, 44, 0, 0
Luminance
0.3508
Every format
| HEX | #a78fff |
| RGB | rgb(167, 143, 255) |
| HSL | hsl(253, 100%, 78%) |
| CMYK | cmyk(35%, 44%, 0%, 0%) |
| LAB | lab(65.8 33.6 -52.7) |
| LCH | lch(65.8 62.5 302.5) |
| OKLCH | oklch(0.719 0.160 291.7) |
Copy-ready code
/* CSS */
color: #a78fff;
background-color: #a78fff;
/* Tailwind (arbitrary) */
class="text-[#a78fff] bg-[#a78fff]"
/* SCSS */
$brand: #a78fff;
/* SwiftUI */
Color(red: 0.655, green: 0.561, blue: 1.000)
/* Android */
Color.parseColor("#a78fff")Accessibility — WCAG contrast
Aa
#a78fff on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a78fff on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green56.1%
Blue100.0%
CMYK percentages
Cyan34.5%
Magenta43.9%
Yellow0.0%
Key (black)0.0%
Color previews
#a78fff text on a black background
contrast 8.02:1
Card sample
#a78fff text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a78fff;
Background color
Panel with #a78fff background
background-color: #a78fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a78fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 143, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 143, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a78fff; background: linear-gradient(135deg, #a78fff, #F28FFF);