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