#a288fe
a light, electric blue · warm · closest name: slateblue
RGB
162, 136, 254
HSL
253°, 98%, 77%
CMYK
36, 47, 0, 0
Luminance
0.3245
Every format
| HEX | #a288fe |
| RGB | rgb(162, 136, 254) |
| HSL | hsl(253, 98%, 77%) |
| CMYK | cmyk(36%, 47%, 0%, 0%) |
| LAB | lab(63.7 36.0 -55.5) |
| LCH | lch(63.7 66.2 303.0) |
| OKLCH | oklch(0.702 0.169 291.6) |
Copy-ready code
/* CSS */
color: #a288fe;
background-color: #a288fe;
/* Tailwind (arbitrary) */
class="text-[#a288fe] bg-[#a288fe]"
/* SCSS */
$brand: #a288fe;
/* SwiftUI */
Color(red: 0.635, green: 0.533, blue: 0.996)
/* Android */
Color.parseColor("#a288fe")Accessibility — WCAG contrast
Aa
#a288fe on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a288fe on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green53.3%
Blue99.6%
CMYK percentages
Cyan36.2%
Magenta46.5%
Yellow0.0%
Key (black)0.4%
Color previews
#a288fe text on a black background
contrast 7.49:1
Card sample
#a288fe text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a288fe;
Background color
Panel with #a288fe background
background-color: #a288fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a288fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 136, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 136, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a288fe; background: linear-gradient(135deg, #a288fe, #F188FE);