#dfcbab
a light, soft orange · warm · closest name: tan
RGB
223, 203, 171
HSL
37°, 45%, 77%
CMYK
0, 9, 23, 13
Luminance
0.6134
Every format
| HEX | #dfcbab |
| RGB | rgb(223, 203, 171) |
| HSL | hsl(37, 45%, 77%) |
| CMYK | cmyk(0%, 9%, 23%, 13%) |
| LAB | lab(82.6 2.0 18.5) |
| LCH | lch(82.6 18.6 83.8) |
| OKLCH | oklch(0.851 0.048 79.5) |
Copy-ready code
/* CSS */
color: #dfcbab;
background-color: #dfcbab;
/* Tailwind (arbitrary) */
class="text-[#dfcbab] bg-[#dfcbab]"
/* SCSS */
$brand: #dfcbab;
/* SwiftUI */
Color(red: 0.875, green: 0.796, blue: 0.671)
/* Android */
Color.parseColor("#dfcbab")Accessibility — WCAG contrast
Aa
#dfcbab on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcbab on black: 13.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green79.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow23.3%
Key (black)12.5%
Color previews
#dfcbab text on a black background
contrast 13.27:1
Card sample
#dfcbab text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcbab;
Background color
Panel with #dfcbab background
background-color: #dfcbab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcbab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 203, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 203, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcbab; background: linear-gradient(135deg, #dfcbab, #D0DFAB);