#dfbfc4
a light, soft red · warm · closest name: silver
RGB
223, 191, 196
HSL
351°, 33%, 81%
CMYK
0, 14, 12, 13
Luminance
0.5694
Every format
| HEX | #dfbfc4 |
| RGB | rgb(223, 191, 196) |
| HSL | hsl(351, 33%, 81%) |
| CMYK | cmyk(0%, 14%, 12%, 13%) |
| LAB | lab(80.1 12.2 1.7) |
| LCH | lch(80.1 12.3 8.0) |
| OKLCH | oklch(0.834 0.037 7.3) |
Copy-ready code
/* CSS */
color: #dfbfc4;
background-color: #dfbfc4;
/* Tailwind (arbitrary) */
class="text-[#dfbfc4] bg-[#dfbfc4]"
/* SCSS */
$brand: #dfbfc4;
/* SwiftUI */
Color(red: 0.875, green: 0.749, blue: 0.769)
/* Android */
Color.parseColor("#dfbfc4")Accessibility — WCAG contrast
Aa
#dfbfc4 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbfc4 on black: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.9%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow12.1%
Key (black)12.5%
Color previews
#dfbfc4 text on a black background
contrast 12.39:1
Card sample
#dfbfc4 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbfc4;
Background color
Panel with #dfbfc4 background
background-color: #dfbfc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbfc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 191, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 191, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbfc4; background: linear-gradient(135deg, #dfbfc4, #DFCFBF);