#dfbace
a light, soft magenta / pink · warm · closest name: pink
RGB
223, 186, 206
HSL
328°, 37%, 80%
CMYK
0, 17, 8, 13
Luminance
0.5526
Every format
| HEX | #dfbace |
| RGB | rgb(223, 186, 206) |
| HSL | hsl(328, 37%, 80%) |
| CMYK | cmyk(0%, 17%, 8%, 13%) |
| LAB | lab(79.2 16.5 -5.1) |
| LCH | lch(79.2 17.3 342.9) |
| OKLCH | oklch(0.827 0.050 344.5) |
Copy-ready code
/* CSS */
color: #dfbace;
background-color: #dfbace;
/* Tailwind (arbitrary) */
class="text-[#dfbace] bg-[#dfbace]"
/* SCSS */
$brand: #dfbace;
/* SwiftUI */
Color(red: 0.875, green: 0.729, blue: 0.808)
/* Android */
Color.parseColor("#dfbace")Accessibility — WCAG contrast
Aa
#dfbace on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbace on black: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.9%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta16.6%
Yellow7.6%
Key (black)12.5%
Color previews
#dfbace text on a black background
contrast 12.05:1
Card sample
#dfbace text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbace;
Background color
Panel with #dfbace background
background-color: #dfbace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 186, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 186, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbace; background: linear-gradient(135deg, #dfbace, #DFBFBA);