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