#d0cbba
a light, soft yellow · cool · closest name: silver
RGB
208, 203, 186
HSL
46°, 19%, 77%
CMYK
0, 2, 11, 18
Luminance
0.5967
Every format
| HEX | #d0cbba |
| RGB | rgb(208, 203, 186) |
| HSL | hsl(46, 19%, 77%) |
| CMYK | cmyk(0%, 2%, 11%, 18%) |
| LAB | lab(81.7 -1.2 9.1) |
| LCH | lch(81.7 9.2 97.5) |
| OKLCH | oklch(0.842 0.024 93.4) |
Copy-ready code
/* CSS */
color: #d0cbba;
background-color: #d0cbba;
/* Tailwind (arbitrary) */
class="text-[#d0cbba] bg-[#d0cbba]"
/* SCSS */
$brand: #d0cbba;
/* SwiftUI */
Color(red: 0.816, green: 0.796, blue: 0.729)
/* Android */
Color.parseColor("#d0cbba")Accessibility — WCAG contrast
Aa
#d0cbba on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0cbba on black: 12.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green79.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow10.6%
Key (black)18.4%
Color previews
#d0cbba text on a black background
contrast 12.93:1
Card sample
#d0cbba text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0cbba;
Background color
Panel with #d0cbba background
background-color: #d0cbba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0cbba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 203, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 203, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0cbba; background: linear-gradient(135deg, #d0cbba, #C6D0BA);