#d8a2cf
a light, soft magenta / pink · warm · closest name: plum
RGB
216, 162, 207
HSL
310°, 41%, 74%
CMYK
0, 25, 4, 15
Luminance
0.4494
Every format
| HEX | #d8a2cf |
| RGB | rgb(216, 162, 207) |
| HSL | hsl(310, 41%, 74%) |
| CMYK | cmyk(0%, 25%, 4%, 15%) |
| LAB | lab(72.9 27.3 -15.1) |
| LCH | lch(72.9 31.2 330.9) |
| OKLCH | oklch(0.777 0.087 332.3) |
Copy-ready code
/* CSS */
color: #d8a2cf;
background-color: #d8a2cf;
/* Tailwind (arbitrary) */
class="text-[#d8a2cf] bg-[#d8a2cf]"
/* SCSS */
$brand: #d8a2cf;
/* SwiftUI */
Color(red: 0.847, green: 0.635, blue: 0.812)
/* Android */
Color.parseColor("#d8a2cf")Accessibility — WCAG contrast
Aa
#d8a2cf on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8a2cf on black: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green63.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow4.2%
Key (black)15.3%
Color previews
#d8a2cf text on a black background
contrast 9.99:1
Card sample
#d8a2cf text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8a2cf;
Background color
Panel with #d8a2cf background
background-color: #d8a2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8a2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 162, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 162, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8a2cf; background: linear-gradient(135deg, #d8a2cf, #D8A2AB);