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