#dfcba4
a light, vivid orange · warm · closest name: tan
RGB
223, 203, 164
HSL
40°, 48%, 76%
CMYK
0, 9, 27, 13
Luminance
0.6108
Every format
| HEX | #dfcba4 |
| RGB | rgb(223, 203, 164) |
| HSL | hsl(40, 48%, 76%) |
| CMYK | cmyk(0%, 9%, 27%, 13%) |
| LAB | lab(82.4 1.1 22.0) |
| LCH | lch(82.4 22.1 87.3) |
| OKLCH | oklch(0.849 0.056 84.0) |
Copy-ready code
/* CSS */
color: #dfcba4;
background-color: #dfcba4;
/* Tailwind (arbitrary) */
class="text-[#dfcba4] bg-[#dfcba4]"
/* SCSS */
$brand: #dfcba4;
/* SwiftUI */
Color(red: 0.875, green: 0.796, blue: 0.643)
/* Android */
Color.parseColor("#dfcba4")Accessibility — WCAG contrast
Aa
#dfcba4 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcba4 on black: 13.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green79.6%
Blue64.3%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow26.5%
Key (black)12.5%
Color previews
#dfcba4 text on a black background
contrast 13.22:1
Card sample
#dfcba4 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcba4;
Background color
Panel with #dfcba4 background
background-color: #dfcba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 203, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 203, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcba4; background: linear-gradient(135deg, #dfcba4, #CCDFA4);