#dfcbdf
a light, soft magenta / pink · warm · closest name: lavender
RGB
223, 203, 223
HSL
300°, 24%, 84%
CMYK
0, 9, 0, 13
Luminance
0.6373
Every format
| HEX | #dfcbdf |
| RGB | rgb(223, 203, 223) |
| HSL | hsl(300, 24%, 84%) |
| CMYK | cmyk(0%, 9%, 0%, 13%) |
| LAB | lab(83.8 10.5 -7.3) |
| LCH | lch(83.8 12.8 325.0) |
| OKLCH | oklch(0.865 0.035 325.9) |
Copy-ready code
/* CSS */
color: #dfcbdf;
background-color: #dfcbdf;
/* Tailwind (arbitrary) */
class="text-[#dfcbdf] bg-[#dfcbdf]"
/* SCSS */
$brand: #dfcbdf;
/* SwiftUI */
Color(red: 0.875, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#dfcbdf")Accessibility — WCAG contrast
Aa
#dfcbdf on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcbdf on black: 13.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green79.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#dfcbdf text on a black background
contrast 13.75:1
Card sample
#dfcbdf text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcbdf;
Background color
Panel with #dfcbdf background
background-color: #dfcbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcbdf; background: linear-gradient(135deg, #dfcbdf, #DFCBD2);