#dfc2eb
a light, vivid violet · warm · closest name: plum
RGB
223, 194, 235
HSL
282°, 51%, 84%
CMYK
5, 17, 0, 8
Luminance
0.6027
Every format
| HEX | #dfc2eb |
| RGB | rgb(223, 194, 235) |
| HSL | hsl(282, 51%, 84%) |
| CMYK | cmyk(5%, 17%, 0%, 8%) |
| LAB | lab(82.0 17.5 -16.5) |
| LCH | lch(82.0 24.1 316.7) |
| OKLCH | oklch(0.851 0.064 316.0) |
Copy-ready code
/* CSS */
color: #dfc2eb;
background-color: #dfc2eb;
/* Tailwind (arbitrary) */
class="text-[#dfc2eb] bg-[#dfc2eb]"
/* SCSS */
$brand: #dfc2eb;
/* SwiftUI */
Color(red: 0.875, green: 0.761, blue: 0.922)
/* Android */
Color.parseColor("#dfc2eb")Accessibility — WCAG contrast
Aa
#dfc2eb on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfc2eb on black: 13.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green76.1%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta17.4%
Yellow0.0%
Key (black)7.8%
Color previews
#dfc2eb text on a black background
contrast 13.05:1
Card sample
#dfc2eb text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfc2eb;
Background color
Panel with #dfc2eb background
background-color: #dfc2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfc2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 194, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 194, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfc2eb; background: linear-gradient(135deg, #dfc2eb, #EBC2DC);