#dfccdb
a light, soft magenta / pink · warm · closest name: lavender
RGB
223, 204, 219
HSL
313°, 23%, 84%
CMYK
0, 9, 2, 13
Luminance
0.6399
Every format
| HEX | #dfccdb |
| RGB | rgb(223, 204, 219) |
| HSL | hsl(313, 23%, 84%) |
| CMYK | cmyk(0%, 9%, 2%, 13%) |
| LAB | lab(84.0 9.2 -5.0) |
| LCH | lch(84.0 10.5 331.4) |
| OKLCH | oklch(0.865 0.029 332.9) |
Copy-ready code
/* CSS */
color: #dfccdb;
background-color: #dfccdb;
/* Tailwind (arbitrary) */
class="text-[#dfccdb] bg-[#dfccdb]"
/* SCSS */
$brand: #dfccdb;
/* SwiftUI */
Color(red: 0.875, green: 0.800, blue: 0.859)
/* Android */
Color.parseColor("#dfccdb")Accessibility — WCAG contrast
Aa
#dfccdb on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfccdb on black: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.0%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta8.5%
Yellow1.8%
Key (black)12.5%
Color previews
#dfccdb text on a black background
contrast 13.80:1
Card sample
#dfccdb text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfccdb;
Background color
Panel with #dfccdb background
background-color: #dfccdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfccdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 204, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 204, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfccdb; background: linear-gradient(135deg, #dfccdb, #DFCCCE);