#dfcef1
a pale, vivid violet · warm · closest name: lavender
RGB
223, 206, 241
HSL
269°, 56%, 88%
CMYK
8, 15, 0, 6
Luminance
0.6618
Every format
| HEX | #dfcef1 |
| RGB | rgb(223, 206, 241) |
| HSL | hsl(269, 56%, 88%) |
| CMYK | cmyk(8%, 15%, 0%, 6%) |
| LAB | lab(85.1 12.3 -15.0) |
| LCH | lch(85.1 19.4 309.3) |
| OKLCH | oklch(0.876 0.051 307.2) |
Copy-ready code
/* CSS */
color: #dfcef1;
background-color: #dfcef1;
/* Tailwind (arbitrary) */
class="text-[#dfcef1] bg-[#dfcef1]"
/* SCSS */
$brand: #dfcef1;
/* SwiftUI */
Color(red: 0.875, green: 0.808, blue: 0.945)
/* Android */
Color.parseColor("#dfcef1")Accessibility — WCAG contrast
Aa
#dfcef1 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcef1 on black: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.8%
Blue94.5%
CMYK percentages
Cyan7.5%
Magenta14.5%
Yellow0.0%
Key (black)5.5%
Color previews
#dfcef1 text on a black background
contrast 14.24:1
Card sample
#dfcef1 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcef1;
Background color
Panel with #dfcef1 background
background-color: #dfcef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 206, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 206, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcef1; background: linear-gradient(135deg, #dfcef1, #F1CEEC);