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