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