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