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