#dfc4df
a light, soft magenta / pink · warm · closest name: lavender
RGB
223, 196, 223
HSL
300°, 30%, 82%
CMYK
0, 12, 0, 13
Luminance
0.6050
Every format
| HEX | #dfc4df |
| RGB | rgb(223, 196, 223) |
| HSL | hsl(300, 30%, 82%) |
| CMYK | cmyk(0%, 12%, 0%, 13%) |
| LAB | lab(82.1 14.2 -9.9) |
| LCH | lch(82.1 17.3 325.1) |
| OKLCH | oklch(0.851 0.047 326.0) |
Copy-ready code
/* CSS */
color: #dfc4df;
background-color: #dfc4df;
/* Tailwind (arbitrary) */
class="text-[#dfc4df] bg-[#dfc4df]"
/* SCSS */
$brand: #dfc4df;
/* SwiftUI */
Color(red: 0.875, green: 0.769, blue: 0.875)
/* Android */
Color.parseColor("#dfc4df")Accessibility — WCAG contrast
Aa
#dfc4df on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfc4df on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green76.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow0.0%
Key (black)12.5%
Color previews
#dfc4df text on a black background
contrast 13.10:1
Card sample
#dfc4df text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfc4df;
Background color
Panel with #dfc4df background
background-color: #dfc4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfc4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 196, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 196, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfc4df; background: linear-gradient(135deg, #dfc4df, #DFC4CD);