#d4cd8f
a light, soft yellow · cool · closest name: tan
RGB
212, 205, 143
HSL
54°, 45%, 70%
CMYK
0, 3, 33, 17
Luminance
0.5964
Every format
| HEX | #d4cd8f |
| RGB | rgb(212, 205, 143) |
| HSL | hsl(54, 45%, 70%) |
| CMYK | cmyk(0%, 3%, 33%, 17%) |
| LAB | lab(81.6 -6.9 31.8) |
| LCH | lch(81.6 32.5 102.3) |
| OKLCH | oklch(0.839 0.081 102.5) |
Copy-ready code
/* CSS */
color: #d4cd8f;
background-color: #d4cd8f;
/* Tailwind (arbitrary) */
class="text-[#d4cd8f] bg-[#d4cd8f]"
/* SCSS */
$brand: #d4cd8f;
/* SwiftUI */
Color(red: 0.831, green: 0.804, blue: 0.561)
/* Android */
Color.parseColor("#d4cd8f")Accessibility — WCAG contrast
Aa
#d4cd8f on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4cd8f on black: 12.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green80.4%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta3.3%
Yellow32.5%
Key (black)16.9%
Color previews
#d4cd8f text on a black background
contrast 12.93:1
Card sample
#d4cd8f text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4cd8f;
Background color
Panel with #d4cd8f background
background-color: #d4cd8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4cd8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 205, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 205, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4cd8f; background: linear-gradient(135deg, #d4cd8f, #ADD48F);