#dfb3cf
a light, soft magenta / pink · warm · closest name: pink
RGB
223, 179, 207
HSL
322°, 41%, 79%
CMYK
0, 20, 7, 13
Luminance
0.5243
Every format
| HEX | #dfb3cf |
| RGB | rgb(223, 179, 207) |
| HSL | hsl(322, 41%, 79%) |
| CMYK | cmyk(0%, 20%, 7%, 13%) |
| LAB | lab(77.5 20.4 -8.1) |
| LCH | lch(77.5 22.0 338.5) |
| OKLCH | oklch(0.814 0.063 340.2) |
Copy-ready code
/* CSS */
color: #dfb3cf;
background-color: #dfb3cf;
/* Tailwind (arbitrary) */
class="text-[#dfb3cf] bg-[#dfb3cf]"
/* SCSS */
$brand: #dfb3cf;
/* SwiftUI */
Color(red: 0.875, green: 0.702, blue: 0.812)
/* Android */
Color.parseColor("#dfb3cf")Accessibility — WCAG contrast
Aa
#dfb3cf on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb3cf on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green70.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta19.7%
Yellow7.2%
Key (black)12.5%
Color previews
#dfb3cf text on a black background
contrast 11.49:1
Card sample
#dfb3cf text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb3cf;
Background color
Panel with #dfb3cf background
background-color: #dfb3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 179, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 179, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb3cf; background: linear-gradient(135deg, #dfb3cf, #DFB4B3);