#a788ff
a light, electric violet · warm · closest name: slateblue
RGB
167, 136, 255
HSL
256°, 100%, 77%
CMYK
35, 47, 0, 0
Luminance
0.3304
Every format
| HEX | #a788ff |
| RGB | rgb(167, 136, 255) |
| HSL | hsl(256, 100%, 77%) |
| CMYK | cmyk(35%, 47%, 0%, 0%) |
| LAB | lab(64.2 37.5 -55.3) |
| LCH | lch(64.2 66.8 304.2) |
| OKLCH | oklch(0.707 0.170 293.6) |
Copy-ready code
/* CSS */
color: #a788ff;
background-color: #a788ff;
/* Tailwind (arbitrary) */
class="text-[#a788ff] bg-[#a788ff]"
/* SCSS */
$brand: #a788ff;
/* SwiftUI */
Color(red: 0.655, green: 0.533, blue: 1.000)
/* Android */
Color.parseColor("#a788ff")Accessibility — WCAG contrast
Aa
#a788ff on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a788ff on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green53.3%
Blue100.0%
CMYK percentages
Cyan34.5%
Magenta46.7%
Yellow0.0%
Key (black)0.0%
Color previews
#a788ff text on a black background
contrast 7.61:1
Card sample
#a788ff text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a788ff;
Background color
Panel with #a788ff background
background-color: #a788ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a788ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 136, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 136, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a788ff; background: linear-gradient(135deg, #a788ff, #F688FF);