#d2ccba
a light, soft yellow · cool · closest name: silver
RGB
210, 204, 186
HSL
45°, 21%, 78%
CMYK
0, 3, 11, 18
Luminance
0.6043
Every format
| HEX | #d2ccba |
| RGB | rgb(210, 204, 186) |
| HSL | hsl(45, 21%, 78%) |
| CMYK | cmyk(0%, 3%, 11%, 18%) |
| LAB | lab(82.1 -1.0 9.7) |
| LCH | lch(82.1 9.8 95.9) |
| OKLCH | oklch(0.845 0.025 91.6) |
Copy-ready code
/* CSS */
color: #d2ccba;
background-color: #d2ccba;
/* Tailwind (arbitrary) */
class="text-[#d2ccba] bg-[#d2ccba]"
/* SCSS */
$brand: #d2ccba;
/* SwiftUI */
Color(red: 0.824, green: 0.800, blue: 0.729)
/* Android */
Color.parseColor("#d2ccba")Accessibility — WCAG contrast
Aa
#d2ccba on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ccba on black: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green80.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow11.4%
Key (black)17.6%
Color previews
#d2ccba text on a black background
contrast 13.09:1
Card sample
#d2ccba text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ccba;
Background color
Panel with #d2ccba background
background-color: #d2ccba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ccba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 204, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 204, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ccba; background: linear-gradient(135deg, #d2ccba, #C8D2BA);