#dfccec
a pale, vivid violet · warm · closest name: lavender
RGB
223, 204, 236
HSL
276°, 46%, 86%
CMYK
6, 14, 0, 8
Luminance
0.6493
Every format
| HEX | #dfccec |
| RGB | rgb(223, 204, 236) |
| HSL | hsl(276, 46%, 86%) |
| CMYK | cmyk(6%, 14%, 0%, 8%) |
| LAB | lab(84.5 12.4 -13.3) |
| LCH | lch(84.5 18.2 312.8) |
| OKLCH | oklch(0.871 0.048 311.7) |
Copy-ready code
/* CSS */
color: #dfccec;
background-color: #dfccec;
/* Tailwind (arbitrary) */
class="text-[#dfccec] bg-[#dfccec]"
/* SCSS */
$brand: #dfccec;
/* SwiftUI */
Color(red: 0.875, green: 0.800, blue: 0.925)
/* Android */
Color.parseColor("#dfccec")Accessibility — WCAG contrast
Aa
#dfccec on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfccec on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.0%
Blue92.5%
CMYK percentages
Cyan5.5%
Magenta13.6%
Yellow0.0%
Key (black)7.5%
Color previews
#dfccec text on a black background
contrast 13.99:1
Card sample
#dfccec text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfccec;
Background color
Panel with #dfccec background
background-color: #dfccec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfccec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 204, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 204, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfccec; background: linear-gradient(135deg, #dfccec, #ECCCE4);