#a58fdf
a light, vivid violet · warm · closest name: plum
RGB
165, 143, 223
HSL
257°, 56%, 72%
CMYK
26, 36, 0, 13
Luminance
0.3297
Every format
| HEX | #a58fdf |
| RGB | rgb(165, 143, 223) |
| HSL | hsl(257, 56%, 72%) |
| CMYK | cmyk(26%, 36%, 0%, 13%) |
| LAB | lab(64.1 25.0 -37.8) |
| LCH | lch(64.1 45.3 303.5) |
| OKLCH | oklch(0.701 0.117 295.9) |
Copy-ready code
/* CSS */
color: #a58fdf;
background-color: #a58fdf;
/* Tailwind (arbitrary) */
class="text-[#a58fdf] bg-[#a58fdf]"
/* SCSS */
$brand: #a58fdf;
/* SwiftUI */
Color(red: 0.647, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#a58fdf")Accessibility — WCAG contrast
Aa
#a58fdf on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a58fdf on black: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green56.1%
Blue87.5%
CMYK percentages
Cyan26.0%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#a58fdf text on a black background
contrast 7.59:1
Card sample
#a58fdf text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a58fdf;
Background color
Panel with #a58fdf background
background-color: #a58fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a58fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a58fdf; background: linear-gradient(135deg, #a58fdf, #DA8FDF);