#d49fdf
a light, vivid violet · warm · closest name: plum
RGB
212, 159, 223
HSL
290°, 50%, 75%
CMYK
5, 29, 0, 13
Luminance
0.4412
Every format
| HEX | #d49fdf |
| RGB | rgb(212, 159, 223) |
| HSL | hsl(290, 50%, 75%) |
| CMYK | cmyk(5%, 29%, 0%, 13%) |
| LAB | lab(72.3 30.6 -24.8) |
| LCH | lch(72.3 39.3 320.9) |
| OKLCH | oklch(0.773 0.106 320.5) |
Copy-ready code
/* CSS */
color: #d49fdf;
background-color: #d49fdf;
/* Tailwind (arbitrary) */
class="text-[#d49fdf] bg-[#d49fdf]"
/* SCSS */
$brand: #d49fdf;
/* SwiftUI */
Color(red: 0.831, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#d49fdf")Accessibility — WCAG contrast
Aa
#d49fdf on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d49fdf on black: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green62.4%
Blue87.5%
CMYK percentages
Cyan4.9%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#d49fdf text on a black background
contrast 9.82:1
Card sample
#d49fdf text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d49fdf;
Background color
Panel with #d49fdf background
background-color: #d49fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d49fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d49fdf; background: linear-gradient(135deg, #d49fdf, #DF9FBF);