#a59fdf
a light, vivid blue · warm · closest name: plum
RGB
165, 159, 223
HSL
246°, 50%, 75%
CMYK
26, 29, 0, 13
Luminance
0.3812
Every format
| HEX | #a59fdf |
| RGB | rgb(165, 159, 223) |
| HSL | hsl(246, 50%, 75%) |
| CMYK | cmyk(26%, 29%, 0%, 13%) |
| LAB | lab(68.1 15.9 -31.6) |
| LCH | lch(68.1 35.4 296.8) |
| OKLCH | oklch(0.731 0.092 288.2) |
Copy-ready code
/* CSS */
color: #a59fdf;
background-color: #a59fdf;
/* Tailwind (arbitrary) */
class="text-[#a59fdf] bg-[#a59fdf]"
/* SCSS */
$brand: #a59fdf;
/* SwiftUI */
Color(red: 0.647, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#a59fdf")Accessibility — WCAG contrast
Aa
#a59fdf on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a59fdf on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green62.4%
Blue87.5%
CMYK percentages
Cyan26.0%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#a59fdf text on a black background
contrast 8.62:1
Card sample
#a59fdf text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a59fdf;
Background color
Panel with #a59fdf background
background-color: #a59fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a59fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a59fdf; background: linear-gradient(135deg, #a59fdf, #D09FDF);