#a58df7
a light, electric blue · warm · closest name: slateblue
RGB
165, 141, 247
HSL
254°, 87%, 76%
CMYK
33, 43, 0, 3
Luminance
0.3376
Every format
| HEX | #a58df7 |
| RGB | rgb(165, 141, 247) |
| HSL | hsl(254, 87%, 76%) |
| CMYK | cmyk(33%, 43%, 0%, 3%) |
| LAB | lab(64.8 32.1 -50.0) |
| LCH | lch(64.8 59.5 302.7) |
| OKLCH | oklch(0.709 0.152 292.5) |
Copy-ready code
/* CSS */
color: #a58df7;
background-color: #a58df7;
/* Tailwind (arbitrary) */
class="text-[#a58df7] bg-[#a58df7]"
/* SCSS */
$brand: #a58df7;
/* SwiftUI */
Color(red: 0.647, green: 0.553, blue: 0.969)
/* Android */
Color.parseColor("#a58df7")Accessibility — WCAG contrast
Aa
#a58df7 on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a58df7 on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green55.3%
Blue96.9%
CMYK percentages
Cyan33.2%
Magenta42.9%
Yellow0.0%
Key (black)3.1%
Color previews
#a58df7 text on a black background
contrast 7.75:1
Card sample
#a58df7 text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a58df7;
Background color
Panel with #a58df7 background
background-color: #a58df7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a58df7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 141, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 141, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a58df7; background: linear-gradient(135deg, #a58df7, #EC8DF7);