#d49fc2
a light, soft magenta / pink · warm · closest name: plum
RGB
212, 159, 194
HSL
320°, 38%, 73%
CMYK
0, 25, 9, 17
Luminance
0.4269
Every format
| HEX | #d49fc2 |
| RGB | rgb(212, 159, 194) |
| HSL | hsl(320, 38%, 73%) |
| CMYK | cmyk(0%, 25%, 9%, 17%) |
| LAB | lab(71.3 25.2 -10.3) |
| LCH | lch(71.3 27.2 337.8) |
| OKLCH | oklch(0.763 0.078 339.5) |
Copy-ready code
/* CSS */
color: #d49fc2;
background-color: #d49fc2;
/* Tailwind (arbitrary) */
class="text-[#d49fc2] bg-[#d49fc2]"
/* SCSS */
$brand: #d49fc2;
/* SwiftUI */
Color(red: 0.831, green: 0.624, blue: 0.761)
/* Android */
Color.parseColor("#d49fc2")Accessibility — WCAG contrast
Aa
#d49fc2 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d49fc2 on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green62.4%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow8.5%
Key (black)16.9%
Color previews
#d49fc2 text on a black background
contrast 9.54:1
Card sample
#d49fc2 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d49fc2;
Background color
Panel with #d49fc2 background
background-color: #d49fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d49fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 159, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 159, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d49fc2; background: linear-gradient(135deg, #d49fc2, #D49F9F);