#dfceb5
a light, soft orange · warm · closest name: tan
RGB
223, 206, 181
HSL
36°, 40%, 79%
CMYK
0, 8, 19, 13
Luminance
0.6317
Every format
| HEX | #dfceb5 |
| RGB | rgb(223, 206, 181) |
| HSL | hsl(36, 40%, 79%) |
| CMYK | cmyk(0%, 8%, 19%, 13%) |
| LAB | lab(83.5 1.9 14.6) |
| LCH | lch(83.5 14.7 82.5) |
| OKLCH | oklch(0.859 0.039 77.6) |
Copy-ready code
/* CSS */
color: #dfceb5;
background-color: #dfceb5;
/* Tailwind (arbitrary) */
class="text-[#dfceb5] bg-[#dfceb5]"
/* SCSS */
$brand: #dfceb5;
/* SwiftUI */
Color(red: 0.875, green: 0.808, blue: 0.710)
/* Android */
Color.parseColor("#dfceb5")Accessibility — WCAG contrast
Aa
#dfceb5 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfceb5 on black: 13.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.8%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta7.6%
Yellow18.8%
Key (black)12.5%
Color previews
#dfceb5 text on a black background
contrast 13.63:1
Card sample
#dfceb5 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfceb5;
Background color
Panel with #dfceb5 background
background-color: #dfceb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfceb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 206, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 206, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfceb5; background: linear-gradient(135deg, #dfceb5, #D4DFB5);