#dfc4eb
a light, vivid violet · warm · closest name: lavender
RGB
223, 196, 235
HSL
282°, 49%, 85%
CMYK
5, 17, 0, 8
Luminance
0.6117
Every format
| HEX | #dfc4eb |
| RGB | rgb(223, 196, 235) |
| HSL | hsl(282, 49%, 85%) |
| CMYK | cmyk(5%, 17%, 0%, 8%) |
| LAB | lab(82.5 16.4 -15.8) |
| LCH | lch(82.5 22.8 316.2) |
| OKLCH | oklch(0.855 0.061 315.5) |
Copy-ready code
/* CSS */
color: #dfc4eb;
background-color: #dfc4eb;
/* Tailwind (arbitrary) */
class="text-[#dfc4eb] bg-[#dfc4eb]"
/* SCSS */
$brand: #dfc4eb;
/* SwiftUI */
Color(red: 0.875, green: 0.769, blue: 0.922)
/* Android */
Color.parseColor("#dfc4eb")Accessibility — WCAG contrast
Aa
#dfc4eb on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfc4eb on black: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green76.9%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta16.6%
Yellow0.0%
Key (black)7.8%
Color previews
#dfc4eb text on a black background
contrast 13.23:1
Card sample
#dfc4eb text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfc4eb;
Background color
Panel with #dfc4eb background
background-color: #dfc4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfc4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 196, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 196, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfc4eb; background: linear-gradient(135deg, #dfc4eb, #EBC4DD);