#dfceed
a pale, vivid violet · warm · closest name: lavender
RGB
223, 206, 237
HSL
273°, 46%, 87%
CMYK
6, 13, 0, 7
Luminance
0.6595
Every format
| HEX | #dfceed |
| RGB | rgb(223, 206, 237) |
| HSL | hsl(273, 46%, 87%) |
| CMYK | cmyk(6%, 13%, 0%, 7%) |
| LAB | lab(85.0 11.5 -13.1) |
| LCH | lch(85.0 17.4 311.3) |
| OKLCH | oklch(0.875 0.046 309.9) |
Copy-ready code
/* CSS */
color: #dfceed;
background-color: #dfceed;
/* Tailwind (arbitrary) */
class="text-[#dfceed] bg-[#dfceed]"
/* SCSS */
$brand: #dfceed;
/* SwiftUI */
Color(red: 0.875, green: 0.808, blue: 0.929)
/* Android */
Color.parseColor("#dfceed")Accessibility — WCAG contrast
Aa
#dfceed on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfceed on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.8%
Blue92.9%
CMYK percentages
Cyan5.9%
Magenta13.1%
Yellow0.0%
Key (black)7.1%
Color previews
#dfceed text on a black background
contrast 14.19:1
Card sample
#dfceed text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfceed;
Background color
Panel with #dfceed background
background-color: #dfceed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfceed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 206, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 206, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfceed; background: linear-gradient(135deg, #dfceed, #EDCEE6);