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