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