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