#d3accf
a light, soft magenta / pink · warm · closest name: plum
RGB
211, 172, 207
HSL
306°, 31%, 75%
CMYK
0, 19, 2, 17
Luminance
0.4786
Every format
| HEX | #d3accf |
| RGB | rgb(211, 172, 207) |
| HSL | hsl(306, 31%, 75%) |
| CMYK | cmyk(0%, 19%, 2%, 17%) |
| LAB | lab(74.7 20.1 -12.4) |
| LCH | lch(74.7 23.6 328.4) |
| OKLCH | oklch(0.790 0.065 329.6) |
Copy-ready code
/* CSS */
color: #d3accf;
background-color: #d3accf;
/* Tailwind (arbitrary) */
class="text-[#d3accf] bg-[#d3accf]"
/* SCSS */
$brand: #d3accf;
/* SwiftUI */
Color(red: 0.827, green: 0.675, blue: 0.812)
/* Android */
Color.parseColor("#d3accf")Accessibility — WCAG contrast
Aa
#d3accf on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3accf on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green67.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta18.5%
Yellow1.9%
Key (black)17.3%
Color previews
#d3accf text on a black background
contrast 10.57:1
Card sample
#d3accf text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3accf;
Background color
Panel with #d3accf background
background-color: #d3accf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3accf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 172, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 172, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3accf; background: linear-gradient(135deg, #d3accf, #D3ACB5);