#d2cdbf
a light, soft yellow · warm · closest name: silver
RGB
210, 205, 191
HSL
44°, 17%, 79%
CMYK
0, 2, 9, 18
Luminance
0.6113
Every format
| HEX | #d2cdbf |
| RGB | rgb(210, 205, 191) |
| HSL | hsl(44, 17%, 79%) |
| CMYK | cmyk(0%, 2%, 9%, 18%) |
| LAB | lab(82.5 -0.7 7.6) |
| LCH | lch(82.5 7.6 95.3) |
| OKLCH | oklch(0.849 0.020 90.6) |
Copy-ready code
/* CSS */
color: #d2cdbf;
background-color: #d2cdbf;
/* Tailwind (arbitrary) */
class="text-[#d2cdbf] bg-[#d2cdbf]"
/* SCSS */
$brand: #d2cdbf;
/* SwiftUI */
Color(red: 0.824, green: 0.804, blue: 0.749)
/* Android */
Color.parseColor("#d2cdbf")Accessibility — WCAG contrast
Aa
#d2cdbf on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2cdbf on black: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green80.4%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow9.0%
Key (black)17.6%
Color previews
#d2cdbf text on a black background
contrast 13.23:1
Card sample
#d2cdbf text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2cdbf;
Background color
Panel with #d2cdbf background
background-color: #d2cdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2cdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 205, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 205, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2cdbf; background: linear-gradient(135deg, #d2cdbf, #CAD2BF);