#dfcdba
a light, soft orange · warm · closest name: silver
RGB
223, 205, 186
HSL
31°, 37%, 80%
CMYK
0, 8, 17, 13
Luminance
0.6290
Every format
| HEX | #dfcdba |
| RGB | rgb(223, 205, 186) |
| HSL | hsl(31, 37%, 80%) |
| CMYK | cmyk(0%, 8%, 17%, 13%) |
| LAB | lab(83.4 3.2 11.7) |
| LCH | lch(83.4 12.2 74.8) |
| OKLCH | oklch(0.858 0.033 68.9) |
Copy-ready code
/* CSS */
color: #dfcdba;
background-color: #dfcdba;
/* Tailwind (arbitrary) */
class="text-[#dfcdba] bg-[#dfcdba]"
/* SCSS */
$brand: #dfcdba;
/* SwiftUI */
Color(red: 0.875, green: 0.804, blue: 0.729)
/* Android */
Color.parseColor("#dfcdba")Accessibility — WCAG contrast
Aa
#dfcdba on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcdba on black: 13.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta8.1%
Yellow16.6%
Key (black)12.5%
Color previews
#dfcdba text on a black background
contrast 13.58:1
Card sample
#dfcdba text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcdba;
Background color
Panel with #dfcdba background
background-color: #dfcdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 205, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 205, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcdba; background: linear-gradient(135deg, #dfcdba, #D8DFBA);