#dfcaae
a light, soft orange · warm · closest name: tan
RGB
223, 202, 174
HSL
34°, 43%, 78%
CMYK
0, 9, 22, 13
Luminance
0.6099
Every format
| HEX | #dfcaae |
| RGB | rgb(223, 202, 174) |
| HSL | hsl(34, 43%, 78%) |
| CMYK | cmyk(0%, 9%, 22%, 13%) |
| LAB | lab(82.4 3.0 16.7) |
| LCH | lch(82.4 16.9 79.9) |
| OKLCH | oklch(0.849 0.044 75.0) |
Copy-ready code
/* CSS */
color: #dfcaae;
background-color: #dfcaae;
/* Tailwind (arbitrary) */
class="text-[#dfcaae] bg-[#dfcaae]"
/* SCSS */
$brand: #dfcaae;
/* SwiftUI */
Color(red: 0.875, green: 0.792, blue: 0.682)
/* Android */
Color.parseColor("#dfcaae")Accessibility — WCAG contrast
Aa
#dfcaae on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcaae on black: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green79.2%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow22.0%
Key (black)12.5%
Color previews
#dfcaae text on a black background
contrast 13.20:1
Card sample
#dfcaae text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcaae;
Background color
Panel with #dfcaae background
background-color: #dfcaae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcaae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 202, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 202, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcaae; background: linear-gradient(135deg, #dfcaae, #D3DFAE);