#dfbece
a light, soft magenta / pink · warm · closest name: pink
RGB
223, 190, 206
HSL
331°, 34%, 81%
CMYK
0, 15, 8, 13
Luminance
0.5697
Every format
| HEX | #dfbece |
| RGB | rgb(223, 190, 206) |
| HSL | hsl(331, 34%, 81%) |
| CMYK | cmyk(0%, 15%, 8%, 13%) |
| LAB | lab(80.2 14.4 -3.6) |
| LCH | lch(80.2 14.8 345.8) |
| OKLCH | oklch(0.835 0.043 347.3) |
Copy-ready code
/* CSS */
color: #dfbece;
background-color: #dfbece;
/* Tailwind (arbitrary) */
class="text-[#dfbece] bg-[#dfbece]"
/* SCSS */
$brand: #dfbece;
/* SwiftUI */
Color(red: 0.875, green: 0.745, blue: 0.808)
/* Android */
Color.parseColor("#dfbece")Accessibility — WCAG contrast
Aa
#dfbece on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbece on black: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta14.8%
Yellow7.6%
Key (black)12.5%
Color previews
#dfbece text on a black background
contrast 12.39:1
Card sample
#dfbece text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbece;
Background color
Panel with #dfbece background
background-color: #dfbece;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbece;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 190, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 190, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbece; background: linear-gradient(135deg, #dfbece, #DFC4BE);