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