#dfb6ce
a light, soft magenta / pink · warm · closest name: pink
RGB
223, 182, 206
HSL
325°, 39%, 79%
CMYK
0, 18, 8, 13
Luminance
0.5360
Every format
| HEX | #dfb6ce |
| RGB | rgb(223, 182, 206) |
| HSL | hsl(325, 39%, 79%) |
| CMYK | cmyk(0%, 18%, 8%, 13%) |
| LAB | lab(78.2 18.7 -6.5) |
| LCH | lch(78.2 19.8 340.8) |
| OKLCH | oklch(0.820 0.057 342.5) |
Copy-ready code
/* CSS */
color: #dfb6ce;
background-color: #dfb6ce;
/* Tailwind (arbitrary) */
class="text-[#dfb6ce] bg-[#dfb6ce]"
/* SCSS */
$brand: #dfb6ce;
/* SwiftUI */
Color(red: 0.875, green: 0.714, blue: 0.808)
/* Android */
Color.parseColor("#dfb6ce")Accessibility — WCAG contrast
Aa
#dfb6ce on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb6ce on black: 11.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green71.4%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta18.4%
Yellow7.6%
Key (black)12.5%
Color previews
#dfb6ce text on a black background
contrast 11.72:1
Card sample
#dfb6ce text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb6ce;
Background color
Panel with #dfb6ce background
background-color: #dfb6ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb6ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 182, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 182, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb6ce; background: linear-gradient(135deg, #dfb6ce, #DFB9B6);