#d3cbaf
a light, soft yellow · cool · closest name: tan
RGB
211, 203, 175
HSL
47°, 29%, 76%
CMYK
0, 4, 17, 17
Luminance
0.5966
Every format
| HEX | #d3cbaf |
| RGB | rgb(211, 203, 175) |
| HSL | hsl(47, 29%, 76%) |
| CMYK | cmyk(0%, 4%, 17%, 17%) |
| LAB | lab(81.7 -1.9 15.0) |
| LCH | lch(81.7 15.1 97.0) |
| OKLCH | oklch(0.841 0.039 93.9) |
Copy-ready code
/* CSS */
color: #d3cbaf;
background-color: #d3cbaf;
/* Tailwind (arbitrary) */
class="text-[#d3cbaf] bg-[#d3cbaf]"
/* SCSS */
$brand: #d3cbaf;
/* SwiftUI */
Color(red: 0.827, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#d3cbaf")Accessibility — WCAG contrast
Aa
#d3cbaf on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3cbaf on black: 12.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green79.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta3.8%
Yellow17.1%
Key (black)17.3%
Color previews
#d3cbaf text on a black background
contrast 12.93:1
Card sample
#d3cbaf text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3cbaf;
Background color
Panel with #d3cbaf background
background-color: #d3cbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3cbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3cbaf; background: linear-gradient(135deg, #d3cbaf, #C3D3AF);