#d3a2cf
a light, soft magenta / pink · warm · closest name: plum
RGB
211, 162, 207
HSL
305°, 36%, 73%
CMYK
0, 23, 2, 17
Luminance
0.4419
Every format
| HEX | #d3a2cf |
| RGB | rgb(211, 162, 207) |
| HSL | hsl(305, 36%, 73%) |
| CMYK | cmyk(0%, 23%, 2%, 17%) |
| LAB | lab(72.4 25.6 -15.9) |
| LCH | lch(72.4 30.1 328.1) |
| OKLCH | oklch(0.772 0.083 329.1) |
Copy-ready code
/* CSS */
color: #d3a2cf;
background-color: #d3a2cf;
/* Tailwind (arbitrary) */
class="text-[#d3a2cf] bg-[#d3a2cf]"
/* SCSS */
$brand: #d3a2cf;
/* SwiftUI */
Color(red: 0.827, green: 0.635, blue: 0.812)
/* Android */
Color.parseColor("#d3a2cf")Accessibility — WCAG contrast
Aa
#d3a2cf on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3a2cf on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green63.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta23.2%
Yellow1.9%
Key (black)17.3%
Color previews
#d3a2cf text on a black background
contrast 9.84:1
Card sample
#d3a2cf text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3a2cf;
Background color
Panel with #d3a2cf background
background-color: #d3a2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3a2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 162, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 162, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3a2cf; background: linear-gradient(135deg, #d3a2cf, #D3A2AE);