#dfc2db
a light, soft magenta / pink · warm · closest name: lavender
RGB
223, 194, 219
HSL
308°, 31%, 82%
CMYK
0, 13, 2, 13
Luminance
0.5939
Every format
| HEX | #dfc2db |
| RGB | rgb(223, 194, 219) |
| HSL | hsl(308, 31%, 82%) |
| CMYK | cmyk(0%, 13%, 2%, 13%) |
| LAB | lab(81.5 14.5 -8.7) |
| LCH | lch(81.5 16.9 329.2) |
| OKLCH | oklch(0.846 0.047 330.5) |
Copy-ready code
/* CSS */
color: #dfc2db;
background-color: #dfc2db;
/* Tailwind (arbitrary) */
class="text-[#dfc2db] bg-[#dfc2db]"
/* SCSS */
$brand: #dfc2db;
/* SwiftUI */
Color(red: 0.875, green: 0.761, blue: 0.859)
/* Android */
Color.parseColor("#dfc2db")Accessibility — WCAG contrast
Aa
#dfc2db on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfc2db on black: 12.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green76.1%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow1.8%
Key (black)12.5%
Color previews
#dfc2db text on a black background
contrast 12.88:1
Card sample
#dfc2db text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfc2db;
Background color
Panel with #dfc2db background
background-color: #dfc2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfc2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 194, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 194, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfc2db; background: linear-gradient(135deg, #dfc2db, #DFC2C8);