#d7cd8f
a light, vivid yellow · cool · closest name: tan
RGB
215, 205, 143
HSL
52°, 47%, 70%
CMYK
0, 5, 34, 16
Luminance
0.6009
Every format
| HEX | #d7cd8f |
| RGB | rgb(215, 205, 143) |
| HSL | hsl(52, 47%, 70%) |
| CMYK | cmyk(0%, 5%, 34%, 16%) |
| LAB | lab(81.9 -5.8 32.2) |
| LCH | lch(81.9 32.7 100.1) |
| OKLCH | oklch(0.842 0.081 100.1) |
Copy-ready code
/* CSS */
color: #d7cd8f;
background-color: #d7cd8f;
/* Tailwind (arbitrary) */
class="text-[#d7cd8f] bg-[#d7cd8f]"
/* SCSS */
$brand: #d7cd8f;
/* SwiftUI */
Color(red: 0.843, green: 0.804, blue: 0.561)
/* Android */
Color.parseColor("#d7cd8f")Accessibility — WCAG contrast
Aa
#d7cd8f on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7cd8f on black: 13.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green80.4%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta4.7%
Yellow33.5%
Key (black)15.7%
Color previews
#d7cd8f text on a black background
contrast 13.02:1
Card sample
#d7cd8f text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7cd8f;
Background color
Panel with #d7cd8f background
background-color: #d7cd8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7cd8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 205, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 205, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7cd8f; background: linear-gradient(135deg, #d7cd8f, #B1D78F);