#dfcbaf
a light, soft orange · warm · closest name: tan
RGB
223, 203, 175
HSL
35°, 43%, 78%
CMYK
0, 9, 22, 13
Luminance
0.6149
Every format
| HEX | #dfcbaf |
| RGB | rgb(223, 203, 175) |
| HSL | hsl(35, 43%, 78%) |
| CMYK | cmyk(0%, 9%, 22%, 13%) |
| LAB | lab(82.6 2.6 16.5) |
| LCH | lch(82.6 16.7 81.1) |
| OKLCH | oklch(0.851 0.044 76.3) |
Copy-ready code
/* CSS */
color: #dfcbaf;
background-color: #dfcbaf;
/* Tailwind (arbitrary) */
class="text-[#dfcbaf] bg-[#dfcbaf]"
/* SCSS */
$brand: #dfcbaf;
/* SwiftUI */
Color(red: 0.875, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#dfcbaf")Accessibility — WCAG contrast
Aa
#dfcbaf on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcbaf on black: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green79.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow21.5%
Key (black)12.5%
Color previews
#dfcbaf text on a black background
contrast 13.30:1
Card sample
#dfcbaf text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcbaf;
Background color
Panel with #dfcbaf background
background-color: #dfcbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcbaf; background: linear-gradient(135deg, #dfcbaf, #D3DFAF);