#dfccad
a light, soft orange · warm · closest name: tan
RGB
223, 204, 173
HSL
37°, 44%, 78%
CMYK
0, 9, 22, 13
Luminance
0.6189
Every format
| HEX | #dfccad |
| RGB | rgb(223, 204, 173) |
| HSL | hsl(37, 44%, 78%) |
| CMYK | cmyk(0%, 9%, 22%, 13%) |
| LAB | lab(82.9 1.8 17.9) |
| LCH | lch(82.9 18.0 84.3) |
| OKLCH | oklch(0.853 0.047 80.0) |
Copy-ready code
/* CSS */
color: #dfccad;
background-color: #dfccad;
/* Tailwind (arbitrary) */
class="text-[#dfccad] bg-[#dfccad]"
/* SCSS */
$brand: #dfccad;
/* SwiftUI */
Color(red: 0.875, green: 0.800, blue: 0.678)
/* Android */
Color.parseColor("#dfccad")Accessibility — WCAG contrast
Aa
#dfccad on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfccad on black: 13.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.0%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta8.5%
Yellow22.4%
Key (black)12.5%
Color previews
#dfccad text on a black background
contrast 13.38:1
Card sample
#dfccad text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfccad;
Background color
Panel with #dfccad background
background-color: #dfccad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfccad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 204, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 204, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfccad; background: linear-gradient(135deg, #dfccad, #D1DFAD);