#dfc0eb
a light, vivid violet · warm · closest name: plum
RGB
223, 192, 235
HSL
283°, 52%, 84%
CMYK
5, 18, 0, 8
Luminance
0.5939
Every format
| HEX | #dfc0eb |
| RGB | rgb(223, 192, 235) |
| HSL | hsl(283, 52%, 84%) |
| CMYK | cmyk(5%, 18%, 0%, 8%) |
| LAB | lab(81.5 18.6 -17.2) |
| LCH | lch(81.5 25.4 317.2) |
| OKLCH | oklch(0.848 0.068 316.5) |
Copy-ready code
/* CSS */
color: #dfc0eb;
background-color: #dfc0eb;
/* Tailwind (arbitrary) */
class="text-[#dfc0eb] bg-[#dfc0eb]"
/* SCSS */
$brand: #dfc0eb;
/* SwiftUI */
Color(red: 0.875, green: 0.753, blue: 0.922)
/* Android */
Color.parseColor("#dfc0eb")Accessibility — WCAG contrast
Aa
#dfc0eb on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfc0eb on black: 12.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green75.3%
Blue92.2%
CMYK percentages
Cyan5.1%
Magenta18.3%
Yellow0.0%
Key (black)7.8%
Color previews
#dfc0eb text on a black background
contrast 12.88:1
Card sample
#dfc0eb text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfc0eb;
Background color
Panel with #dfc0eb background
background-color: #dfc0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfc0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 192, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 192, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfc0eb; background: linear-gradient(135deg, #dfc0eb, #EBC0DA);