#dfbcac
a light, soft orange · warm · closest name: tan
RGB
223, 188, 172
HSL
19°, 44%, 78%
CMYK
0, 16, 23, 13
Luminance
0.5463
Every format
| HEX | #dfbcac |
| RGB | rgb(223, 188, 172) |
| HSL | hsl(19, 44%, 78%) |
| CMYK | cmyk(0%, 16%, 23%, 13%) |
| LAB | lab(78.8 10.1 12.8) |
| LCH | lch(78.8 16.3 51.7) |
| OKLCH | oklch(0.821 0.046 46.0) |
Copy-ready code
/* CSS */
color: #dfbcac;
background-color: #dfbcac;
/* Tailwind (arbitrary) */
class="text-[#dfbcac] bg-[#dfbcac]"
/* SCSS */
$brand: #dfbcac;
/* SwiftUI */
Color(red: 0.875, green: 0.737, blue: 0.675)
/* Android */
Color.parseColor("#dfbcac")Accessibility — WCAG contrast
Aa
#dfbcac on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbcac on black: 11.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green73.7%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow22.9%
Key (black)12.5%
Color previews
#dfbcac text on a black background
contrast 11.93:1
Card sample
#dfbcac text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbcac;
Background color
Panel with #dfbcac background
background-color: #dfbcac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbcac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 188, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 188, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbcac; background: linear-gradient(135deg, #dfbcac, #DFDEAC);