#d6cd8f
a light, vivid yellow · cool · closest name: tan
RGB
214, 205, 143
HSL
52°, 46%, 70%
CMYK
0, 4, 33, 16
Luminance
0.5994
Every format
| HEX | #d6cd8f |
| RGB | rgb(214, 205, 143) |
| HSL | hsl(52, 46%, 70%) |
| CMYK | cmyk(0%, 4%, 33%, 16%) |
| LAB | lab(81.8 -6.1 32.0) |
| LCH | lch(81.8 32.6 100.8) |
| OKLCH | oklch(0.841 0.081 100.9) |
Copy-ready code
/* CSS */
color: #d6cd8f;
background-color: #d6cd8f;
/* Tailwind (arbitrary) */
class="text-[#d6cd8f] bg-[#d6cd8f]"
/* SCSS */
$brand: #d6cd8f;
/* SwiftUI */
Color(red: 0.839, green: 0.804, blue: 0.561)
/* Android */
Color.parseColor("#d6cd8f")Accessibility — WCAG contrast
Aa
#d6cd8f on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6cd8f on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green80.4%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta4.2%
Yellow33.2%
Key (black)16.1%
Color previews
#d6cd8f text on a black background
contrast 12.99:1
Card sample
#d6cd8f text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6cd8f;
Background color
Panel with #d6cd8f background
background-color: #d6cd8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6cd8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 205, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 205, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6cd8f; background: linear-gradient(135deg, #d6cd8f, #B0D68F);