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