#d2cc9c
a light, soft yellow · cool · closest name: tan
RGB
210, 204, 156
HSL
53°, 38%, 72%
CMYK
0, 3, 26, 18
Luminance
0.5929
Every format
| HEX | #d2cc9c |
| RGB | rgb(210, 204, 156) |
| HSL | hsl(53, 38%, 72%) |
| CMYK | cmyk(0%, 3%, 26%, 18%) |
| LAB | lab(81.5 -5.5 24.7) |
| LCH | lch(81.5 25.3 102.5) |
| OKLCH | oklch(0.838 0.064 101.7) |
Copy-ready code
/* CSS */
color: #d2cc9c;
background-color: #d2cc9c;
/* Tailwind (arbitrary) */
class="text-[#d2cc9c] bg-[#d2cc9c]"
/* SCSS */
$brand: #d2cc9c;
/* SwiftUI */
Color(red: 0.824, green: 0.800, blue: 0.612)
/* Android */
Color.parseColor("#d2cc9c")Accessibility — WCAG contrast
Aa
#d2cc9c on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2cc9c on black: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green80.0%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow25.7%
Key (black)17.6%
Color previews
#d2cc9c text on a black background
contrast 12.86:1
Card sample
#d2cc9c text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2cc9c;
Background color
Panel with #d2cc9c background
background-color: #d2cc9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2cc9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 204, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 204, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2cc9c; background: linear-gradient(135deg, #d2cc9c, #B4D29C);