#dfc0cf
a light, soft magenta / pink · warm · closest name: pink
RGB
223, 192, 207
HSL
331°, 33%, 81%
CMYK
0, 14, 7, 13
Luminance
0.5789
Every format
| HEX | #dfc0cf |
| RGB | rgb(223, 192, 207) |
| HSL | hsl(331, 33%, 81%) |
| CMYK | cmyk(0%, 14%, 7%, 13%) |
| LAB | lab(80.7 13.5 -3.4) |
| LCH | lch(80.7 13.9 345.7) |
| OKLCH | oklch(0.839 0.040 347.2) |
Copy-ready code
/* CSS */
color: #dfc0cf;
background-color: #dfc0cf;
/* Tailwind (arbitrary) */
class="text-[#dfc0cf] bg-[#dfc0cf]"
/* SCSS */
$brand: #dfc0cf;
/* SwiftUI */
Color(red: 0.875, green: 0.753, blue: 0.812)
/* Android */
Color.parseColor("#dfc0cf")Accessibility — WCAG contrast
Aa
#dfc0cf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfc0cf on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green75.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta13.9%
Yellow7.2%
Key (black)12.5%
Color previews
#dfc0cf text on a black background
contrast 12.58:1
Card sample
#dfc0cf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfc0cf;
Background color
Panel with #dfc0cf background
background-color: #dfc0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfc0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 192, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 192, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfc0cf; background: linear-gradient(135deg, #dfc0cf, #DFC6C0);