#dfc3ee
a light, vivid violet · warm · closest name: plum
RGB
223, 195, 238
HSL
279°, 56%, 85%
CMYK
6, 18, 0, 7
Luminance
0.6089
Every format
| HEX | #dfc3ee |
| RGB | rgb(223, 195, 238) |
| HSL | hsl(279, 56%, 85%) |
| CMYK | cmyk(6%, 18%, 0%, 7%) |
| LAB | lab(82.3 17.6 -17.6) |
| LCH | lch(82.3 24.9 314.9) |
| OKLCH | oklch(0.854 0.066 313.8) |
Copy-ready code
/* CSS */
color: #dfc3ee;
background-color: #dfc3ee;
/* Tailwind (arbitrary) */
class="text-[#dfc3ee] bg-[#dfc3ee]"
/* SCSS */
$brand: #dfc3ee;
/* SwiftUI */
Color(red: 0.875, green: 0.765, blue: 0.933)
/* Android */
Color.parseColor("#dfc3ee")Accessibility — WCAG contrast
Aa
#dfc3ee on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfc3ee on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green76.5%
Blue93.3%
CMYK percentages
Cyan6.3%
Magenta18.1%
Yellow0.0%
Key (black)6.7%
Color previews
#dfc3ee text on a black background
contrast 13.18:1
Card sample
#dfc3ee text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfc3ee;
Background color
Panel with #dfc3ee background
background-color: #dfc3ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfc3ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 195, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 195, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfc3ee; background: linear-gradient(135deg, #dfc3ee, #EEC3E0);