#dfcfe2
a light, soft magenta / pink · warm · closest name: lavender
RGB
223, 207, 226
HSL
291°, 25%, 85%
CMYK
1, 8, 0, 11
Luminance
0.6580
Every format
| HEX | #dfcfe2 |
| RGB | rgb(223, 207, 226) |
| HSL | hsl(291, 25%, 85%) |
| CMYK | cmyk(1%, 8%, 0%, 11%) |
| LAB | lab(84.9 8.9 -7.4) |
| LCH | lch(84.9 11.6 320.4) |
| OKLCH | oklch(0.873 0.031 320.9) |
Copy-ready code
/* CSS */
color: #dfcfe2;
background-color: #dfcfe2;
/* Tailwind (arbitrary) */
class="text-[#dfcfe2] bg-[#dfcfe2]"
/* SCSS */
$brand: #dfcfe2;
/* SwiftUI */
Color(red: 0.875, green: 0.812, blue: 0.886)
/* Android */
Color.parseColor("#dfcfe2")Accessibility — WCAG contrast
Aa
#dfcfe2 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcfe2 on black: 14.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green81.2%
Blue88.6%
CMYK percentages
Cyan1.3%
Magenta8.4%
Yellow0.0%
Key (black)11.4%
Color previews
#dfcfe2 text on a black background
contrast 14.16:1
Card sample
#dfcfe2 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcfe2;
Background color
Panel with #dfcfe2 background
background-color: #dfcfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 207, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 207, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcfe2; background: linear-gradient(135deg, #dfcfe2, #E2CFD8);