#dfd1f1
a pale, vivid violet · warm · closest name: lavender
RGB
223, 209, 241
HSL
266°, 53%, 88%
CMYK
8, 13, 0, 6
Luminance
0.6764
Every format
| HEX | #dfd1f1 |
| RGB | rgb(223, 209, 241) |
| HSL | hsl(266, 53%, 88%) |
| CMYK | cmyk(8%, 13%, 0%, 6%) |
| LAB | lab(85.8 10.7 -13.9) |
| LCH | lch(85.8 17.6 307.5) |
| OKLCH | oklch(0.882 0.046 305.2) |
Copy-ready code
/* CSS */
color: #dfd1f1;
background-color: #dfd1f1;
/* Tailwind (arbitrary) */
class="text-[#dfd1f1] bg-[#dfd1f1]"
/* SCSS */
$brand: #dfd1f1;
/* SwiftUI */
Color(red: 0.875, green: 0.820, blue: 0.945)
/* Android */
Color.parseColor("#dfd1f1")Accessibility — WCAG contrast
Aa
#dfd1f1 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd1f1 on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green82.0%
Blue94.5%
CMYK percentages
Cyan7.5%
Magenta13.3%
Yellow0.0%
Key (black)5.5%
Color previews
#dfd1f1 text on a black background
contrast 14.53:1
Card sample
#dfd1f1 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd1f1;
Background color
Panel with #dfd1f1 background
background-color: #dfd1f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd1f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 209, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 209, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd1f1; background: linear-gradient(135deg, #dfd1f1, #F1D1EE);