#d2cbba
a light, soft yellow · warm · closest name: silver
RGB
210, 203, 186
HSL
43°, 21%, 78%
CMYK
0, 3, 11, 18
Luminance
0.5996
Every format
| HEX | #d2cbba |
| RGB | rgb(210, 203, 186) |
| HSL | hsl(43, 21%, 78%) |
| CMYK | cmyk(0%, 3%, 11%, 18%) |
| LAB | lab(81.8 -0.5 9.3) |
| LCH | lch(81.8 9.3 92.9) |
| OKLCH | oklch(0.843 0.024 88.2) |
Copy-ready code
/* CSS */
color: #d2cbba;
background-color: #d2cbba;
/* Tailwind (arbitrary) */
class="text-[#d2cbba] bg-[#d2cbba]"
/* SCSS */
$brand: #d2cbba;
/* SwiftUI */
Color(red: 0.824, green: 0.796, blue: 0.729)
/* Android */
Color.parseColor("#d2cbba")Accessibility — WCAG contrast
Aa
#d2cbba on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2cbba on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green79.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta3.3%
Yellow11.4%
Key (black)17.6%
Color previews
#d2cbba text on a black background
contrast 12.99:1
Card sample
#d2cbba text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2cbba;
Background color
Panel with #d2cbba background
background-color: #d2cbba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2cbba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 203, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 203, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2cbba; background: linear-gradient(135deg, #d2cbba, #C9D2BA);