#dfbc9e
a light, vivid orange · warm · closest name: tan
RGB
223, 188, 158
HSL
28°, 50%, 75%
CMYK
0, 16, 29, 13
Luminance
0.5412
Every format
| HEX | #dfbc9e |
| RGB | rgb(223, 188, 158) |
| HSL | hsl(28, 50%, 75%) |
| CMYK | cmyk(0%, 16%, 29%, 13%) |
| LAB | lab(78.5 8.1 19.9) |
| LCH | lch(78.5 21.5 67.7) |
| OKLCH | oklch(0.818 0.057 62.5) |
Copy-ready code
/* CSS */
color: #dfbc9e;
background-color: #dfbc9e;
/* Tailwind (arbitrary) */
class="text-[#dfbc9e] bg-[#dfbc9e]"
/* SCSS */
$brand: #dfbc9e;
/* SwiftUI */
Color(red: 0.875, green: 0.737, blue: 0.620)
/* Android */
Color.parseColor("#dfbc9e")Accessibility — WCAG contrast
Aa
#dfbc9e on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbc9e on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green73.7%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow29.1%
Key (black)12.5%
Color previews
#dfbc9e text on a black background
contrast 11.82:1
Card sample
#dfbc9e text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbc9e;
Background color
Panel with #dfbc9e background
background-color: #dfbc9e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbc9e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 188, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 188, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbc9e; background: linear-gradient(135deg, #dfbc9e, #D7DF9E);