#dfbead
a light, soft orange · warm · closest name: tan
RGB
223, 190, 173
HSL
20°, 44%, 78%
CMYK
0, 15, 22, 13
Luminance
0.5553
Every format
| HEX | #dfbead |
| RGB | rgb(223, 190, 173) |
| HSL | hsl(20, 44%, 78%) |
| CMYK | cmyk(0%, 15%, 22%, 13%) |
| LAB | lab(79.3 9.2 12.9) |
| LCH | lch(79.3 15.9 54.8) |
| OKLCH | oklch(0.825 0.045 48.9) |
Copy-ready code
/* CSS */
color: #dfbead;
background-color: #dfbead;
/* Tailwind (arbitrary) */
class="text-[#dfbead] bg-[#dfbead]"
/* SCSS */
$brand: #dfbead;
/* SwiftUI */
Color(red: 0.875, green: 0.745, blue: 0.678)
/* Android */
Color.parseColor("#dfbead")Accessibility — WCAG contrast
Aa
#dfbead on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbead on black: 12.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.5%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta14.8%
Yellow22.4%
Key (black)12.5%
Color previews
#dfbead text on a black background
contrast 12.11:1
Card sample
#dfbead text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbead;
Background color
Panel with #dfbead background
background-color: #dfbead;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbead;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 190, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 190, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbead; background: linear-gradient(135deg, #dfbead, #DFDFAD);