#dfc2ba
a light, soft red · warm · closest name: silver
RGB
223, 194, 186
HSL
13°, 37%, 80%
CMYK
0, 13, 17, 13
Luminance
0.5782
Every format
| HEX | #dfc2ba |
| RGB | rgb(223, 194, 186) |
| HSL | hsl(13, 37%, 80%) |
| CMYK | cmyk(0%, 13%, 17%, 13%) |
| LAB | lab(80.6 9.0 7.8) |
| LCH | lch(80.6 11.9 41.0) |
| OKLCH | oklch(0.837 0.035 35.9) |
Copy-ready code
/* CSS */
color: #dfc2ba;
background-color: #dfc2ba;
/* Tailwind (arbitrary) */
class="text-[#dfc2ba] bg-[#dfc2ba]"
/* SCSS */
$brand: #dfc2ba;
/* SwiftUI */
Color(red: 0.875, green: 0.761, blue: 0.729)
/* Android */
Color.parseColor("#dfc2ba")Accessibility — WCAG contrast
Aa
#dfc2ba on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfc2ba on black: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green76.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow16.6%
Key (black)12.5%
Color previews
#dfc2ba text on a black background
contrast 12.56:1
Card sample
#dfc2ba text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfc2ba;
Background color
Panel with #dfc2ba background
background-color: #dfc2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfc2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 194, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 194, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfc2ba; background: linear-gradient(135deg, #dfc2ba, #DFDBBA);