#a28bf6
a light, electric blue · warm · closest name: slateblue
RGB
162, 139, 246
HSL
253°, 86%, 76%
CMYK
34, 44, 0, 4
Luminance
0.3280
Every format
| HEX | #a28bf6 |
| RGB | rgb(162, 139, 246) |
| HSL | hsl(253, 86%, 76%) |
| CMYK | cmyk(34%, 44%, 0%, 4%) |
| LAB | lab(64.0 32.2 -50.7) |
| LCH | lch(64.0 60.1 302.4) |
| OKLCH | oklch(0.703 0.154 291.8) |
Copy-ready code
/* CSS */
color: #a28bf6;
background-color: #a28bf6;
/* Tailwind (arbitrary) */
class="text-[#a28bf6] bg-[#a28bf6]"
/* SCSS */
$brand: #a28bf6;
/* SwiftUI */
Color(red: 0.635, green: 0.545, blue: 0.965)
/* Android */
Color.parseColor("#a28bf6")Accessibility — WCAG contrast
Aa
#a28bf6 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a28bf6 on black: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green54.5%
Blue96.5%
CMYK percentages
Cyan34.1%
Magenta43.5%
Yellow0.0%
Key (black)3.5%
Color previews
#a28bf6 text on a black background
contrast 7.56:1
Card sample
#a28bf6 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a28bf6;
Background color
Panel with #a28bf6 background
background-color: #a28bf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a28bf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 139, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 139, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a28bf6; background: linear-gradient(135deg, #a28bf6, #E98BF6);