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