#dfcba0
a light, vivid yellow · warm · closest name: tan
RGB
223, 203, 160
HSL
41°, 50%, 75%
CMYK
0, 9, 28, 13
Luminance
0.6094
Every format
| HEX | #dfcba0 |
| RGB | rgb(223, 203, 160) |
| HSL | hsl(41, 50%, 75%) |
| CMYK | cmyk(0%, 9%, 28%, 13%) |
| LAB | lab(82.3 0.5 24.0) |
| LCH | lch(82.3 24.0 88.8) |
| OKLCH | oklch(0.848 0.061 85.9) |
Copy-ready code
/* CSS */
color: #dfcba0;
background-color: #dfcba0;
/* Tailwind (arbitrary) */
class="text-[#dfcba0] bg-[#dfcba0]"
/* SCSS */
$brand: #dfcba0;
/* SwiftUI */
Color(red: 0.875, green: 0.796, blue: 0.627)
/* Android */
Color.parseColor("#dfcba0")Accessibility — WCAG contrast
Aa
#dfcba0 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcba0 on black: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green79.6%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow28.3%
Key (black)12.5%
Color previews
#dfcba0 text on a black background
contrast 13.19:1
Card sample
#dfcba0 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcba0;
Background color
Panel with #dfcba0 background
background-color: #dfcba0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcba0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 203, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 203, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcba0; background: linear-gradient(135deg, #dfcba0, #C9DFA0);