#d3cd8f
a light, soft yellow · cool · closest name: tan
RGB
211, 205, 143
HSL
55°, 44%, 69%
CMYK
0, 3, 32, 17
Luminance
0.5949
Every format
| HEX | #d3cd8f |
| RGB | rgb(211, 205, 143) |
| HSL | hsl(55, 44%, 69%) |
| CMYK | cmyk(0%, 3%, 32%, 17%) |
| LAB | lab(81.6 -7.3 31.7) |
| LCH | lch(81.6 32.5 103.0) |
| OKLCH | oklch(0.839 0.081 103.3) |
Copy-ready code
/* CSS */
color: #d3cd8f;
background-color: #d3cd8f;
/* Tailwind (arbitrary) */
class="text-[#d3cd8f] bg-[#d3cd8f]"
/* SCSS */
$brand: #d3cd8f;
/* SwiftUI */
Color(red: 0.827, green: 0.804, blue: 0.561)
/* Android */
Color.parseColor("#d3cd8f")Accessibility — WCAG contrast
Aa
#d3cd8f on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3cd8f on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green80.4%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow32.2%
Key (black)17.3%
Color previews
#d3cd8f text on a black background
contrast 12.90:1
Card sample
#d3cd8f text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3cd8f;
Background color
Panel with #d3cd8f background
background-color: #d3cd8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3cd8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 205, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 205, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3cd8f; background: linear-gradient(135deg, #d3cd8f, #ACD38F);