#dfbfac
a light, soft orange · warm · closest name: tan
RGB
223, 191, 172
HSL
22°, 44%, 78%
CMYK
0, 14, 23, 13
Luminance
0.5593
Every format
| HEX | #dfbfac |
| RGB | rgb(223, 191, 172) |
| HSL | hsl(22, 44%, 78%) |
| CMYK | cmyk(0%, 14%, 23%, 13%) |
| LAB | lab(79.6 8.5 13.8) |
| LCH | lch(79.6 16.2 58.4) |
| OKLCH | oklch(0.827 0.045 52.6) |
Copy-ready code
/* CSS */
color: #dfbfac;
background-color: #dfbfac;
/* Tailwind (arbitrary) */
class="text-[#dfbfac] bg-[#dfbfac]"
/* SCSS */
$brand: #dfbfac;
/* SwiftUI */
Color(red: 0.875, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#dfbfac")Accessibility — WCAG contrast
Aa
#dfbfac on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbfac on black: 12.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow22.9%
Key (black)12.5%
Color previews
#dfbfac text on a black background
contrast 12.19:1
Card sample
#dfbfac text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbfac;
Background color
Panel with #dfbfac background
background-color: #dfbfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbfac; background: linear-gradient(135deg, #dfbfac, #DDDFAC);