#d19fc2
a light, soft magenta / pink · warm · closest name: plum
RGB
209, 159, 194
HSL
318°, 35%, 72%
CMYK
0, 24, 7, 18
Luminance
0.4225
Every format
| HEX | #d19fc2 |
| RGB | rgb(209, 159, 194) |
| HSL | hsl(318, 35%, 72%) |
| CMYK | cmyk(0%, 24%, 7%, 18%) |
| LAB | lab(71.0 24.2 -10.8) |
| LCH | lch(71.0 26.5 336.0) |
| OKLCH | oklch(0.760 0.075 337.6) |
Copy-ready code
/* CSS */
color: #d19fc2;
background-color: #d19fc2;
/* Tailwind (arbitrary) */
class="text-[#d19fc2] bg-[#d19fc2]"
/* SCSS */
$brand: #d19fc2;
/* SwiftUI */
Color(red: 0.820, green: 0.624, blue: 0.761)
/* Android */
Color.parseColor("#d19fc2")Accessibility — WCAG contrast
Aa
#d19fc2 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d19fc2 on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green62.4%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta23.9%
Yellow7.2%
Key (black)18.0%
Color previews
#d19fc2 text on a black background
contrast 9.45:1
Card sample
#d19fc2 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d19fc2;
Background color
Panel with #d19fc2 background
background-color: #d19fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d19fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 159, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 159, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d19fc2; background: linear-gradient(135deg, #d19fc2, #D19FA1);