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