#dfafd8
a light, soft magenta / pink · warm · closest name: plum
RGB
223, 175, 216
HSL
309°, 43%, 78%
CMYK
0, 22, 3, 13
Luminance
0.5131
Every format
| HEX | #dfafd8 |
| RGB | rgb(223, 175, 216) |
| HSL | hsl(309, 43%, 78%) |
| CMYK | cmyk(0%, 22%, 3%, 13%) |
| LAB | lab(76.9 24.2 -14.0) |
| LCH | lch(76.9 27.9 330.0) |
| OKLCH | oklch(0.810 0.078 331.3) |
Copy-ready code
/* CSS */
color: #dfafd8;
background-color: #dfafd8;
/* Tailwind (arbitrary) */
class="text-[#dfafd8] bg-[#dfafd8]"
/* SCSS */
$brand: #dfafd8;
/* SwiftUI */
Color(red: 0.875, green: 0.686, blue: 0.847)
/* Android */
Color.parseColor("#dfafd8")Accessibility — WCAG contrast
Aa
#dfafd8 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfafd8 on black: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green68.6%
Blue84.7%
CMYK percentages
Cyan0.0%
Magenta21.5%
Yellow3.1%
Key (black)12.5%
Color previews
#dfafd8 text on a black background
contrast 11.26:1
Card sample
#dfafd8 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfafd8;
Background color
Panel with #dfafd8 background
background-color: #dfafd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfafd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 175, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 175, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfafd8; background: linear-gradient(135deg, #dfafd8, #DFAFB8);