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