#dfceb9
a light, soft orange · warm · closest name: beige
RGB
223, 206, 185
HSL
33°, 37%, 80%
CMYK
0, 8, 17, 13
Luminance
0.6333
Every format
| HEX | #dfceb9 |
| RGB | rgb(223, 206, 185) |
| HSL | hsl(33, 37%, 80%) |
| CMYK | cmyk(0%, 8%, 17%, 13%) |
| LAB | lab(83.6 2.5 12.6) |
| LCH | lch(83.6 12.8 78.7) |
| OKLCH | oklch(0.860 0.034 73.2) |
Copy-ready code
/* CSS */
color: #dfceb9;
background-color: #dfceb9;
/* Tailwind (arbitrary) */
class="text-[#dfceb9] bg-[#dfceb9]"
/* SCSS */
$brand: #dfceb9;
/* SwiftUI */
Color(red: 0.875, green: 0.808, blue: 0.725)
/* Android */
Color.parseColor("#dfceb9")Accessibility — WCAG contrast
Aa
#dfceb9 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfceb9 on black: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.8%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta7.6%
Yellow17.0%
Key (black)12.5%
Color previews
#dfceb9 text on a black background
contrast 13.67:1
Card sample
#dfceb9 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfceb9;
Background color
Panel with #dfceb9 background
background-color: #dfceb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfceb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 206, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 206, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfceb9; background: linear-gradient(135deg, #dfceb9, #D7DFB9);