#dfd8f1
a pale, vivid violet · warm · closest name: lavender
RGB
223, 216, 241
HSL
257°, 47%, 90%
CMYK
8, 10, 0, 6
Luminance
0.7115
Every format
| HEX | #dfd8f1 |
| RGB | rgb(223, 216, 241) |
| HSL | hsl(257, 47%, 90%) |
| CMYK | cmyk(8%, 10%, 0%, 6%) |
| LAB | lab(87.6 7.0 -11.3) |
| LCH | lch(87.6 13.3 301.7) |
| OKLCH | oklch(0.895 0.035 298.5) |
Copy-ready code
/* CSS */
color: #dfd8f1;
background-color: #dfd8f1;
/* Tailwind (arbitrary) */
class="text-[#dfd8f1] bg-[#dfd8f1]"
/* SCSS */
$brand: #dfd8f1;
/* SwiftUI */
Color(red: 0.875, green: 0.847, blue: 0.945)
/* Android */
Color.parseColor("#dfd8f1")Accessibility — WCAG contrast
Aa
#dfd8f1 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd8f1 on black: 15.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green84.7%
Blue94.5%
CMYK percentages
Cyan7.5%
Magenta10.4%
Yellow0.0%
Key (black)5.5%
Color previews
#dfd8f1 text on a black background
contrast 15.23:1
Card sample
#dfd8f1 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd8f1;
Background color
Panel with #dfd8f1 background
background-color: #dfd8f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd8f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 216, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 216, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd8f1; background: linear-gradient(135deg, #dfd8f1, #F0D8F1);