#dfbdc2
a light, soft red · warm · closest name: pink
RGB
223, 189, 194
HSL
351°, 35%, 81%
CMYK
0, 15, 13, 13
Luminance
0.5598
Every format
| HEX | #dfbdc2 |
| RGB | rgb(223, 189, 194) |
| HSL | hsl(351, 35%, 81%) |
| CMYK | cmyk(0%, 15%, 13%, 13%) |
| LAB | lab(79.6 12.9 2.0) |
| LCH | lch(79.6 13.1 8.8) |
| OKLCH | oklch(0.829 0.039 8.0) |
Copy-ready code
/* CSS */
color: #dfbdc2;
background-color: #dfbdc2;
/* Tailwind (arbitrary) */
class="text-[#dfbdc2] bg-[#dfbdc2]"
/* SCSS */
$brand: #dfbdc2;
/* SwiftUI */
Color(red: 0.875, green: 0.741, blue: 0.761)
/* Android */
Color.parseColor("#dfbdc2")Accessibility — WCAG contrast
Aa
#dfbdc2 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbdc2 on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.1%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta15.2%
Yellow13.0%
Key (black)12.5%
Color previews
#dfbdc2 text on a black background
contrast 12.20:1
Card sample
#dfbdc2 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbdc2;
Background color
Panel with #dfbdc2 background
background-color: #dfbdc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbdc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 189, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 189, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbdc2; background: linear-gradient(135deg, #dfbdc2, #DFCFBD);