#dfceb3
a light, soft orange · warm · closest name: tan
RGB
223, 206, 179
HSL
37°, 41%, 79%
CMYK
0, 8, 20, 13
Luminance
0.6309
Every format
| HEX | #dfceb3 |
| RGB | rgb(223, 206, 179) |
| HSL | hsl(37, 41%, 79%) |
| CMYK | cmyk(0%, 8%, 20%, 13%) |
| LAB | lab(83.5 1.6 15.6) |
| LCH | lch(83.5 15.7 84.1) |
| OKLCH | oklch(0.858 0.041 79.4) |
Copy-ready code
/* CSS */
color: #dfceb3;
background-color: #dfceb3;
/* Tailwind (arbitrary) */
class="text-[#dfceb3] bg-[#dfceb3]"
/* SCSS */
$brand: #dfceb3;
/* SwiftUI */
Color(red: 0.875, green: 0.808, blue: 0.702)
/* Android */
Color.parseColor("#dfceb3")Accessibility — WCAG contrast
Aa
#dfceb3 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfceb3 on black: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.8%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta7.6%
Yellow19.7%
Key (black)12.5%
Color previews
#dfceb3 text on a black background
contrast 13.62:1
Card sample
#dfceb3 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfceb3;
Background color
Panel with #dfceb3 background
background-color: #dfceb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfceb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 206, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 206, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfceb3; background: linear-gradient(135deg, #dfceb3, #D3DFB3);