#d0cdbf
a light, soft yellow · cool · closest name: silver
RGB
208, 205, 191
HSL
49°, 15%, 78%
CMYK
0, 1, 8, 18
Luminance
0.6083
Every format
| HEX | #d0cdbf |
| RGB | rgb(208, 205, 191) |
| HSL | hsl(49, 15%, 78%) |
| CMYK | cmyk(0%, 1%, 8%, 18%) |
| LAB | lab(82.3 -1.4 7.3) |
| LCH | lch(82.3 7.5 100.9) |
| OKLCH | oklch(0.847 0.019 96.9) |
Copy-ready code
/* CSS */
color: #d0cdbf;
background-color: #d0cdbf;
/* Tailwind (arbitrary) */
class="text-[#d0cdbf] bg-[#d0cdbf]"
/* SCSS */
$brand: #d0cdbf;
/* SwiftUI */
Color(red: 0.816, green: 0.804, blue: 0.749)
/* Android */
Color.parseColor("#d0cdbf")Accessibility — WCAG contrast
Aa
#d0cdbf on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0cdbf on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green80.4%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow8.2%
Key (black)18.4%
Color previews
#d0cdbf text on a black background
contrast 13.17:1
Card sample
#d0cdbf text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0cdbf;
Background color
Panel with #d0cdbf background
background-color: #d0cdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0cdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 205, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 205, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0cdbf; background: linear-gradient(135deg, #d0cdbf, #C8D0BF);