#dfd6f1
a pale, vivid violet · warm · closest name: lavender
RGB
223, 214, 241
HSL
260°, 49%, 89%
CMYK
8, 11, 0, 6
Luminance
0.7013
Every format
| HEX | #dfd6f1 |
| RGB | rgb(223, 214, 241) |
| HSL | hsl(260, 49%, 89%) |
| CMYK | cmyk(8%, 11%, 0%, 6%) |
| LAB | lab(87.1 8.1 -12.1) |
| LCH | lch(87.1 14.5 303.7) |
| OKLCH | oklch(0.891 0.038 300.8) |
Copy-ready code
/* CSS */
color: #dfd6f1;
background-color: #dfd6f1;
/* Tailwind (arbitrary) */
class="text-[#dfd6f1] bg-[#dfd6f1]"
/* SCSS */
$brand: #dfd6f1;
/* SwiftUI */
Color(red: 0.875, green: 0.839, blue: 0.945)
/* Android */
Color.parseColor("#dfd6f1")Accessibility — WCAG contrast
Aa
#dfd6f1 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd6f1 on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green83.9%
Blue94.5%
CMYK percentages
Cyan7.5%
Magenta11.2%
Yellow0.0%
Key (black)5.5%
Color previews
#dfd6f1 text on a black background
contrast 15.03:1
Card sample
#dfd6f1 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd6f1;
Background color
Panel with #dfd6f1 background
background-color: #dfd6f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd6f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 214, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 214, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd6f1; background: linear-gradient(135deg, #dfd6f1, #F1D6F1);