#a28bf8
a light, electric blue · warm · closest name: slateblue
RGB
162, 139, 248
HSL
253°, 89%, 76%
CMYK
35, 44, 0, 3
Luminance
0.3292
Every format
| HEX | #a28bf8 |
| RGB | rgb(162, 139, 248) |
| HSL | hsl(253, 89%, 76%) |
| CMYK | cmyk(35%, 44%, 0%, 3%) |
| LAB | lab(64.1 32.8 -51.6) |
| LCH | lch(64.1 61.2 302.4) |
| OKLCH | oklch(0.704 0.156 291.6) |
Copy-ready code
/* CSS */
color: #a28bf8;
background-color: #a28bf8;
/* Tailwind (arbitrary) */
class="text-[#a28bf8] bg-[#a28bf8]"
/* SCSS */
$brand: #a28bf8;
/* SwiftUI */
Color(red: 0.635, green: 0.545, blue: 0.973)
/* Android */
Color.parseColor("#a28bf8")Accessibility — WCAG contrast
Aa
#a28bf8 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a28bf8 on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green54.5%
Blue97.3%
CMYK percentages
Cyan34.7%
Magenta44.0%
Yellow0.0%
Key (black)2.7%
Color previews
#a28bf8 text on a black background
contrast 7.58:1
Card sample
#a28bf8 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a28bf8;
Background color
Panel with #a28bf8 background
background-color: #a28bf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a28bf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 139, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 139, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a28bf8; background: linear-gradient(135deg, #a28bf8, #EB8BF8);