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