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