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