#dfcdf4
a pale, vivid violet · warm · closest name: lavender
RGB
223, 205, 244
HSL
268°, 64%, 88%
CMYK
9, 16, 0, 4
Luminance
0.6588
Every format
| HEX | #dfcdf4 |
| RGB | rgb(223, 205, 244) |
| HSL | hsl(268, 64%, 88%) |
| CMYK | cmyk(9%, 16%, 0%, 4%) |
| LAB | lab(84.9 13.4 -16.9) |
| LCH | lch(84.9 21.5 308.5) |
| OKLCH | oklch(0.875 0.056 306.1) |
Copy-ready code
/* CSS */
color: #dfcdf4;
background-color: #dfcdf4;
/* Tailwind (arbitrary) */
class="text-[#dfcdf4] bg-[#dfcdf4]"
/* SCSS */
$brand: #dfcdf4;
/* SwiftUI */
Color(red: 0.875, green: 0.804, blue: 0.957)
/* Android */
Color.parseColor("#dfcdf4")Accessibility — WCAG contrast
Aa
#dfcdf4 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcdf4 on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.4%
Blue95.7%
CMYK percentages
Cyan8.6%
Magenta16.0%
Yellow0.0%
Key (black)4.3%
Color previews
#dfcdf4 text on a black background
contrast 14.18:1
Card sample
#dfcdf4 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcdf4;
Background color
Panel with #dfcdf4 background
background-color: #dfcdf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcdf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 205, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 205, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcdf4; background: linear-gradient(135deg, #dfcdf4, #F4CDEF);