#d5accf
a light, soft magenta / pink · warm · closest name: plum
RGB
213, 172, 207
HSL
309°, 33%, 76%
CMYK
0, 19, 3, 17
Luminance
0.4816
Every format
| HEX | #d5accf |
| RGB | rgb(213, 172, 207) |
| HSL | hsl(309, 33%, 76%) |
| CMYK | cmyk(0%, 19%, 3%, 17%) |
| LAB | lab(74.9 20.8 -12.1) |
| LCH | lch(74.9 24.1 329.9) |
| OKLCH | oklch(0.792 0.067 331.2) |
Copy-ready code
/* CSS */
color: #d5accf;
background-color: #d5accf;
/* Tailwind (arbitrary) */
class="text-[#d5accf] bg-[#d5accf]"
/* SCSS */
$brand: #d5accf;
/* SwiftUI */
Color(red: 0.835, green: 0.675, blue: 0.812)
/* Android */
Color.parseColor("#d5accf")Accessibility — WCAG contrast
Aa
#d5accf on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d5accf on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green67.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow2.8%
Key (black)16.5%
Color previews
#d5accf text on a black background
contrast 10.63:1
Card sample
#d5accf text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d5accf;
Background color
Panel with #d5accf background
background-color: #d5accf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d5accf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 172, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 172, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d5accf; background: linear-gradient(135deg, #d5accf, #D5ACB4);