#d2a2cf
a light, soft magenta / pink · warm · closest name: plum
RGB
210, 162, 207
HSL
304°, 35%, 73%
CMYK
0, 23, 1, 18
Luminance
0.4405
Every format
| HEX | #d2a2cf |
| RGB | rgb(210, 162, 207) |
| HSL | hsl(304, 35%, 73%) |
| CMYK | cmyk(0%, 23%, 1%, 18%) |
| LAB | lab(72.3 25.2 -16.1) |
| LCH | lch(72.3 29.9 327.5) |
| OKLCH | oklch(0.771 0.083 328.4) |
Copy-ready code
/* CSS */
color: #d2a2cf;
background-color: #d2a2cf;
/* Tailwind (arbitrary) */
class="text-[#d2a2cf] bg-[#d2a2cf]"
/* SCSS */
$brand: #d2a2cf;
/* SwiftUI */
Color(red: 0.824, green: 0.635, blue: 0.812)
/* Android */
Color.parseColor("#d2a2cf")Accessibility — WCAG contrast
Aa
#d2a2cf on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2a2cf on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green63.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow1.4%
Key (black)17.6%
Color previews
#d2a2cf text on a black background
contrast 9.81:1
Card sample
#d2a2cf text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2a2cf;
Background color
Panel with #d2a2cf background
background-color: #d2a2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2a2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 162, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 162, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2a2cf; background: linear-gradient(135deg, #d2a2cf, #D2A2AF);