#d0accf
a light, soft magenta / pink · warm · closest name: plum
RGB
208, 172, 207
HSL
302°, 28%, 75%
CMYK
0, 17, 1, 18
Luminance
0.4742
Every format
| HEX | #d0accf |
| RGB | rgb(208, 172, 207) |
| HSL | hsl(302, 28%, 75%) |
| CMYK | cmyk(0%, 17%, 1%, 18%) |
| LAB | lab(74.5 19.1 -12.8) |
| LCH | lch(74.5 23.0 326.2) |
| OKLCH | oklch(0.787 0.063 327.0) |
Copy-ready code
/* CSS */
color: #d0accf;
background-color: #d0accf;
/* Tailwind (arbitrary) */
class="text-[#d0accf] bg-[#d0accf]"
/* SCSS */
$brand: #d0accf;
/* SwiftUI */
Color(red: 0.816, green: 0.675, blue: 0.812)
/* Android */
Color.parseColor("#d0accf")Accessibility — WCAG contrast
Aa
#d0accf on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0accf on black: 10.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green67.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta17.3%
Yellow0.5%
Key (black)18.4%
Color previews
#d0accf text on a black background
contrast 10.48:1
Card sample
#d0accf text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0accf;
Background color
Panel with #d0accf background
background-color: #d0accf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0accf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 172, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 172, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0accf; background: linear-gradient(135deg, #d0accf, #D0ACB7);