#dfc9df
a light, soft magenta / pink · warm · closest name: lavender
RGB
223, 201, 223
HSL
300°, 26%, 83%
CMYK
0, 10, 0, 13
Luminance
0.6279
Every format
| HEX | #dfc9df |
| RGB | rgb(223, 201, 223) |
| HSL | hsl(300, 26%, 83%) |
| CMYK | cmyk(0%, 10%, 0%, 13%) |
| LAB | lab(83.3 11.5 -8.1) |
| LCH | lch(83.3 14.1 325.0) |
| OKLCH | oklch(0.861 0.038 325.9) |
Copy-ready code
/* CSS */
color: #dfc9df;
background-color: #dfc9df;
/* Tailwind (arbitrary) */
class="text-[#dfc9df] bg-[#dfc9df]"
/* SCSS */
$brand: #dfc9df;
/* SwiftUI */
Color(red: 0.875, green: 0.788, blue: 0.875)
/* Android */
Color.parseColor("#dfc9df")Accessibility — WCAG contrast
Aa
#dfc9df on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfc9df on black: 13.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green78.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow0.0%
Key (black)12.5%
Color previews
#dfc9df text on a black background
contrast 13.56:1
Card sample
#dfc9df text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfc9df;
Background color
Panel with #dfc9df background
background-color: #dfc9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfc9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 201, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 201, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfc9df; background: linear-gradient(135deg, #dfc9df, #DFC9D0);