#d2cca2
a light, soft yellow · cool · closest name: tan
RGB
210, 204, 162
HSL
53°, 35%, 73%
CMYK
0, 3, 23, 18
Luminance
0.5950
Every format
| HEX | #d2cca2 |
| RGB | rgb(210, 204, 162) |
| HSL | hsl(53, 35%, 73%) |
| CMYK | cmyk(0%, 3%, 23%, 18%) |
| LAB | lab(81.6 -4.7 21.7) |
| LCH | lch(81.6 22.2 102.1) |
| OKLCH | oklch(0.839 0.056 100.7) |
Copy-ready code
/* CSS */
color: #d2cca2;
background-color: #d2cca2;
/* Tailwind (arbitrary) */
class="text-[#d2cca2] bg-[#d2cca2]"
/* SCSS */
$brand: #d2cca2;
/* SwiftUI */
Color(red: 0.824, green: 0.800, blue: 0.635)
/* Android */
Color.parseColor("#d2cca2")Accessibility — WCAG contrast
Aa
#d2cca2 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2cca2 on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green80.0%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow22.9%
Key (black)17.6%
Color previews
#d2cca2 text on a black background
contrast 12.90:1
Card sample
#d2cca2 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2cca2;
Background color
Panel with #d2cca2 background
background-color: #d2cca2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2cca2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 204, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 204, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2cca2; background: linear-gradient(135deg, #d2cca2, #B8D2A2);