#dfceb1
a light, soft orange · warm · closest name: tan
RGB
223, 206, 177
HSL
38°, 42%, 78%
CMYK
0, 8, 21, 13
Luminance
0.6300
Every format
| HEX | #dfceb1 |
| RGB | rgb(223, 206, 177) |
| HSL | hsl(38, 42%, 78%) |
| CMYK | cmyk(0%, 8%, 21%, 13%) |
| LAB | lab(83.5 1.3 16.6) |
| LCH | lch(83.5 16.6 85.4) |
| OKLCH | oklch(0.858 0.043 81.1) |
Copy-ready code
/* CSS */
color: #dfceb1;
background-color: #dfceb1;
/* Tailwind (arbitrary) */
class="text-[#dfceb1] bg-[#dfceb1]"
/* SCSS */
$brand: #dfceb1;
/* SwiftUI */
Color(red: 0.875, green: 0.808, blue: 0.694)
/* Android */
Color.parseColor("#dfceb1")Accessibility — WCAG contrast
Aa
#dfceb1 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfceb1 on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.8%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta7.6%
Yellow20.6%
Key (black)12.5%
Color previews
#dfceb1 text on a black background
contrast 13.60:1
Card sample
#dfceb1 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfceb1;
Background color
Panel with #dfceb1 background
background-color: #dfceb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfceb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 206, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 206, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfceb1; background: linear-gradient(135deg, #dfceb1, #D1DFB1);