#dfc7ae
a light, soft orange · warm · closest name: tan
RGB
223, 199, 174
HSL
31°, 43%, 78%
CMYK
0, 11, 22, 13
Luminance
0.5959
Every format
| HEX | #dfc7ae |
| RGB | rgb(223, 199, 174) |
| HSL | hsl(31, 43%, 78%) |
| CMYK | cmyk(0%, 11%, 22%, 13%) |
| LAB | lab(81.6 4.5 15.6) |
| LCH | lch(81.6 16.3 73.8) |
| OKLCH | oklch(0.843 0.043 68.3) |
Copy-ready code
/* CSS */
color: #dfc7ae;
background-color: #dfc7ae;
/* Tailwind (arbitrary) */
class="text-[#dfc7ae] bg-[#dfc7ae]"
/* SCSS */
$brand: #dfc7ae;
/* SwiftUI */
Color(red: 0.875, green: 0.780, blue: 0.682)
/* Android */
Color.parseColor("#dfc7ae")Accessibility — WCAG contrast
Aa
#dfc7ae on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfc7ae on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green78.0%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta10.8%
Yellow22.0%
Key (black)12.5%
Color previews
#dfc7ae text on a black background
contrast 12.92:1
Card sample
#dfc7ae text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfc7ae;
Background color
Panel with #dfc7ae background
background-color: #dfc7ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfc7ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 199, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 199, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfc7ae; background: linear-gradient(135deg, #dfc7ae, #D6DFAE);