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