#d19fdf
a light, vivid violet · warm · closest name: plum
RGB
209, 159, 223
HSL
287°, 50%, 75%
CMYK
6, 29, 0, 13
Luminance
0.4368
Every format
| HEX | #d19fdf |
| RGB | rgb(209, 159, 223) |
| HSL | hsl(287, 50%, 75%) |
| CMYK | cmyk(6%, 29%, 0%, 13%) |
| LAB | lab(72.0 29.6 -25.3) |
| LCH | lch(72.0 38.9 319.5) |
| OKLCH | oklch(0.770 0.104 318.7) |
Copy-ready code
/* CSS */
color: #d19fdf;
background-color: #d19fdf;
/* Tailwind (arbitrary) */
class="text-[#d19fdf] bg-[#d19fdf]"
/* SCSS */
$brand: #d19fdf;
/* SwiftUI */
Color(red: 0.820, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#d19fdf")Accessibility — WCAG contrast
Aa
#d19fdf on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d19fdf on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green62.4%
Blue87.5%
CMYK percentages
Cyan6.3%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#d19fdf text on a black background
contrast 9.74:1
Card sample
#d19fdf text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d19fdf;
Background color
Panel with #d19fdf background
background-color: #d19fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d19fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d19fdf; background: linear-gradient(135deg, #d19fdf, #DF9FC2);