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