#d7accf
a light, soft magenta / pink · warm · closest name: plum
RGB
215, 172, 207
HSL
311°, 35%, 76%
CMYK
0, 20, 4, 16
Luminance
0.4846
Every format
| HEX | #d7accf |
| RGB | rgb(215, 172, 207) |
| HSL | hsl(311, 35%, 76%) |
| CMYK | cmyk(0%, 20%, 4%, 16%) |
| LAB | lab(75.1 21.5 -11.8) |
| LCH | lch(75.1 24.5 331.3) |
| OKLCH | oklch(0.794 0.068 332.7) |
Copy-ready code
/* CSS */
color: #d7accf;
background-color: #d7accf;
/* Tailwind (arbitrary) */
class="text-[#d7accf] bg-[#d7accf]"
/* SCSS */
$brand: #d7accf;
/* SwiftUI */
Color(red: 0.843, green: 0.675, blue: 0.812)
/* Android */
Color.parseColor("#d7accf")Accessibility — WCAG contrast
Aa
#d7accf on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7accf on black: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green67.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow3.7%
Key (black)15.7%
Color previews
#d7accf text on a black background
contrast 10.69:1
Card sample
#d7accf text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7accf;
Background color
Panel with #d7accf background
background-color: #d7accf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7accf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 172, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 172, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7accf; background: linear-gradient(135deg, #d7accf, #D7ACB2);