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