#d49fcf
a light, soft magenta / pink · warm · closest name: plum
RGB
212, 159, 207
HSL
306°, 38%, 73%
CMYK
0, 25, 2, 17
Luminance
0.4330
Every format
| HEX | #d49fcf |
| RGB | rgb(212, 159, 207) |
| HSL | hsl(306, 38%, 73%) |
| CMYK | cmyk(0%, 25%, 2%, 17%) |
| LAB | lab(71.8 27.5 -16.8) |
| LCH | lch(71.8 32.3 328.5) |
| OKLCH | oklch(0.767 0.089 329.6) |
Copy-ready code
/* CSS */
color: #d49fcf;
background-color: #d49fcf;
/* Tailwind (arbitrary) */
class="text-[#d49fcf] bg-[#d49fcf]"
/* SCSS */
$brand: #d49fcf;
/* SwiftUI */
Color(red: 0.831, green: 0.624, blue: 0.812)
/* Android */
Color.parseColor("#d49fcf")Accessibility — WCAG contrast
Aa
#d49fcf on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d49fcf on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green62.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow2.4%
Key (black)16.9%
Color previews
#d49fcf text on a black background
contrast 9.66:1
Card sample
#d49fcf text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d49fcf;
Background color
Panel with #d49fcf background
background-color: #d49fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d49fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 159, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 159, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d49fcf; background: linear-gradient(135deg, #d49fcf, #D49FAC);