#dfd6f6
a pale, vivid violet · warm · closest name: lavender
RGB
223, 214, 246
HSL
257°, 64%, 90%
CMYK
9, 13, 0, 4
Luminance
0.7043
Every format
| HEX | #dfd6f6 |
| RGB | rgb(223, 214, 246) |
| HSL | hsl(257, 64%, 90%) |
| CMYK | cmyk(9%, 13%, 0%, 4%) |
| LAB | lab(87.2 9.0 -14.5) |
| LCH | lch(87.2 17.1 301.9) |
| OKLCH | oklch(0.893 0.044 298.4) |
Copy-ready code
/* CSS */
color: #dfd6f6;
background-color: #dfd6f6;
/* Tailwind (arbitrary) */
class="text-[#dfd6f6] bg-[#dfd6f6]"
/* SCSS */
$brand: #dfd6f6;
/* SwiftUI */
Color(red: 0.875, green: 0.839, blue: 0.965)
/* Android */
Color.parseColor("#dfd6f6")Accessibility — WCAG contrast
Aa
#dfd6f6 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd6f6 on black: 15.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green83.9%
Blue96.5%
CMYK percentages
Cyan9.3%
Magenta13.0%
Yellow0.0%
Key (black)3.5%
Color previews
#dfd6f6 text on a black background
contrast 15.09:1
Card sample
#dfd6f6 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd6f6;
Background color
Panel with #dfd6f6 background
background-color: #dfd6f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd6f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 214, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 214, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd6f6; background: linear-gradient(135deg, #dfd6f6, #F4D6F6);