#dfbcab
a light, soft orange · warm · closest name: tan
RGB
223, 188, 171
HSL
20°, 45%, 77%
CMYK
0, 16, 23, 13
Luminance
0.5459
Every format
| HEX | #dfbcab |
| RGB | rgb(223, 188, 171) |
| HSL | hsl(20, 45%, 77%) |
| CMYK | cmyk(0%, 16%, 23%, 13%) |
| LAB | lab(78.8 9.9 13.3) |
| LCH | lch(78.8 16.6 53.2) |
| OKLCH | oklch(0.821 0.047 47.4) |
Copy-ready code
/* CSS */
color: #dfbcab;
background-color: #dfbcab;
/* Tailwind (arbitrary) */
class="text-[#dfbcab] bg-[#dfbcab]"
/* SCSS */
$brand: #dfbcab;
/* SwiftUI */
Color(red: 0.875, green: 0.737, blue: 0.671)
/* Android */
Color.parseColor("#dfbcab")Accessibility — WCAG contrast
Aa
#dfbcab on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbcab on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green73.7%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow23.3%
Key (black)12.5%
Color previews
#dfbcab text on a black background
contrast 11.92:1
Card sample
#dfbcab text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbcab;
Background color
Panel with #dfbcab background
background-color: #dfbcab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbcab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 188, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 188, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbcab; background: linear-gradient(135deg, #dfbcab, #DFDFAB);