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