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