#d2ccad
a light, soft yellow · cool · closest name: tan
RGB
210, 204, 173
HSL
50°, 29%, 75%
CMYK
0, 3, 18, 18
Luminance
0.5990
Every format
| HEX | #d2ccad |
| RGB | rgb(210, 204, 173) |
| HSL | hsl(50, 29%, 75%) |
| CMYK | cmyk(0%, 3%, 18%, 18%) |
| LAB | lab(81.8 -3.0 16.2) |
| LCH | lch(81.8 16.5 100.6) |
| OKLCH | oklch(0.842 0.042 98.2) |
Copy-ready code
/* CSS */
color: #d2ccad;
background-color: #d2ccad;
/* Tailwind (arbitrary) */
class="text-[#d2ccad] bg-[#d2ccad]"
/* SCSS */
$brand: #d2ccad;
/* SwiftUI */
Color(red: 0.824, green: 0.800, blue: 0.678)
/* Android */
Color.parseColor("#d2ccad")Accessibility — WCAG contrast
Aa
#d2ccad on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ccad on black: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green80.0%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow17.6%
Key (black)17.6%
Color previews
#d2ccad text on a black background
contrast 12.98:1
Card sample
#d2ccad text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ccad;
Background color
Panel with #d2ccad background
background-color: #d2ccad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ccad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 204, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 204, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ccad; background: linear-gradient(135deg, #d2ccad, #BFD2AD);