#dfcca3
a light, vivid yellow · warm · closest name: tan
RGB
223, 204, 163
HSL
41°, 48%, 76%
CMYK
0, 9, 27, 13
Luminance
0.6152
Every format
| HEX | #dfcca3 |
| RGB | rgb(223, 204, 163) |
| HSL | hsl(41, 48%, 76%) |
| CMYK | cmyk(0%, 9%, 27%, 13%) |
| LAB | lab(82.7 0.4 22.9) |
| LCH | lch(82.7 22.9 89.0) |
| OKLCH | oklch(0.851 0.058 86.0) |
Copy-ready code
/* CSS */
color: #dfcca3;
background-color: #dfcca3;
/* Tailwind (arbitrary) */
class="text-[#dfcca3] bg-[#dfcca3]"
/* SCSS */
$brand: #dfcca3;
/* SwiftUI */
Color(red: 0.875, green: 0.800, blue: 0.639)
/* Android */
Color.parseColor("#dfcca3")Accessibility — WCAG contrast
Aa
#dfcca3 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcca3 on black: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.0%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta8.5%
Yellow26.9%
Key (black)12.5%
Color previews
#dfcca3 text on a black background
contrast 13.30:1
Card sample
#dfcca3 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcca3;
Background color
Panel with #dfcca3 background
background-color: #dfcca3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcca3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 204, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 204, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcca3; background: linear-gradient(135deg, #dfcca3, #CADFA3);