#dfc4f2
a pale, vivid violet · warm · closest name: plum
RGB
223, 196, 242
HSL
275°, 64%, 86%
CMYK
8, 19, 0, 5
Luminance
0.6158
Every format
| HEX | #dfc4f2 |
| RGB | rgb(223, 196, 242) |
| HSL | hsl(275, 64%, 86%) |
| CMYK | cmyk(8%, 19%, 0%, 5%) |
| LAB | lab(82.7 17.8 -19.2) |
| LCH | lch(82.7 26.2 312.9) |
| OKLCH | oklch(0.858 0.069 311.2) |
Copy-ready code
/* CSS */
color: #dfc4f2;
background-color: #dfc4f2;
/* Tailwind (arbitrary) */
class="text-[#dfc4f2] bg-[#dfc4f2]"
/* SCSS */
$brand: #dfc4f2;
/* SwiftUI */
Color(red: 0.875, green: 0.769, blue: 0.949)
/* Android */
Color.parseColor("#dfc4f2")Accessibility — WCAG contrast
Aa
#dfc4f2 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfc4f2 on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green76.9%
Blue94.9%
CMYK percentages
Cyan7.9%
Magenta19.0%
Yellow0.0%
Key (black)5.1%
Color previews
#dfc4f2 text on a black background
contrast 13.32:1
Card sample
#dfc4f2 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfc4f2;
Background color
Panel with #dfc4f2 background
background-color: #dfc4f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfc4f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 196, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 196, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfc4f2; background: linear-gradient(135deg, #dfc4f2, #F2C4E6);