#dfd7f1
a pale, vivid violet · warm · closest name: lavender
RGB
223, 215, 241
HSL
259°, 48%, 89%
CMYK
8, 11, 0, 6
Luminance
0.7064
Every format
| HEX | #dfd7f1 |
| RGB | rgb(223, 215, 241) |
| HSL | hsl(259, 48%, 89%) |
| CMYK | cmyk(8%, 11%, 0%, 6%) |
| LAB | lab(87.3 7.5 -11.7) |
| LCH | lch(87.3 13.9 302.7) |
| OKLCH | oklch(0.893 0.036 299.7) |
Copy-ready code
/* CSS */
color: #dfd7f1;
background-color: #dfd7f1;
/* Tailwind (arbitrary) */
class="text-[#dfd7f1] bg-[#dfd7f1]"
/* SCSS */
$brand: #dfd7f1;
/* SwiftUI */
Color(red: 0.875, green: 0.843, blue: 0.945)
/* Android */
Color.parseColor("#dfd7f1")Accessibility — WCAG contrast
Aa
#dfd7f1 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd7f1 on black: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green84.3%
Blue94.5%
CMYK percentages
Cyan7.5%
Magenta10.8%
Yellow0.0%
Key (black)5.5%
Color previews
#dfd7f1 text on a black background
contrast 15.13:1
Card sample
#dfd7f1 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd7f1;
Background color
Panel with #dfd7f1 background
background-color: #dfd7f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd7f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 215, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 215, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd7f1; background: linear-gradient(135deg, #dfd7f1, #F0D7F1);