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