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