#dfbcaf
a light, soft orange · warm · closest name: tan
RGB
223, 188, 175
HSL
16°, 43%, 78%
CMYK
0, 16, 22, 13
Luminance
0.5475
Every format
| HEX | #dfbcaf |
| RGB | rgb(223, 188, 175) |
| HSL | hsl(16, 43%, 78%) |
| CMYK | cmyk(0%, 16%, 22%, 13%) |
| LAB | lab(78.9 10.5 11.2) |
| LCH | lch(78.9 15.4 46.9) |
| OKLCH | oklch(0.822 0.044 41.4) |
Copy-ready code
/* CSS */
color: #dfbcaf;
background-color: #dfbcaf;
/* Tailwind (arbitrary) */
class="text-[#dfbcaf] bg-[#dfbcaf]"
/* SCSS */
$brand: #dfbcaf;
/* SwiftUI */
Color(red: 0.875, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#dfbcaf")Accessibility — WCAG contrast
Aa
#dfbcaf on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbcaf on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green73.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow21.5%
Key (black)12.5%
Color previews
#dfbcaf text on a black background
contrast 11.95:1
Card sample
#dfbcaf text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbcaf;
Background color
Panel with #dfbcaf background
background-color: #dfbcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbcaf; background: linear-gradient(135deg, #dfbcaf, #DFDCAF);