#d1accf
a light, soft magenta / pink · warm · closest name: plum
RGB
209, 172, 207
HSL
303°, 29%, 75%
CMYK
0, 18, 1, 18
Luminance
0.4757
Every format
| HEX | #d1accf |
| RGB | rgb(209, 172, 207) |
| HSL | hsl(303, 29%, 75%) |
| CMYK | cmyk(0%, 18%, 1%, 18%) |
| LAB | lab(74.5 19.4 -12.7) |
| LCH | lch(74.5 23.2 326.9) |
| OKLCH | oklch(0.788 0.064 327.9) |
Copy-ready code
/* CSS */
color: #d1accf;
background-color: #d1accf;
/* Tailwind (arbitrary) */
class="text-[#d1accf] bg-[#d1accf]"
/* SCSS */
$brand: #d1accf;
/* SwiftUI */
Color(red: 0.820, green: 0.675, blue: 0.812)
/* Android */
Color.parseColor("#d1accf")Accessibility — WCAG contrast
Aa
#d1accf on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d1accf on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green67.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta17.7%
Yellow1.0%
Key (black)18.0%
Color previews
#d1accf text on a black background
contrast 10.51:1
Card sample
#d1accf text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d1accf;
Background color
Panel with #d1accf background
background-color: #d1accf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d1accf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 172, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 172, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d1accf; background: linear-gradient(135deg, #d1accf, #D1ACB6);