#d0cfba
a light, soft yellow · cool · closest name: silver
RGB
208, 207, 186
HSL
57°, 19%, 77%
CMYK
0, 1, 11, 18
Luminance
0.6158
Every format
| HEX | #d0cfba |
| RGB | rgb(208, 207, 186) |
| HSL | hsl(57, 19%, 77%) |
| CMYK | cmyk(0%, 1%, 11%, 18%) |
| LAB | lab(82.7 -3.3 10.6) |
| LCH | lch(82.7 11.1 107.2) |
| OKLCH | oklch(0.850 0.028 104.8) |
Copy-ready code
/* CSS */
color: #d0cfba;
background-color: #d0cfba;
/* Tailwind (arbitrary) */
class="text-[#d0cfba] bg-[#d0cfba]"
/* SCSS */
$brand: #d0cfba;
/* SwiftUI */
Color(red: 0.816, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#d0cfba")Accessibility — WCAG contrast
Aa
#d0cfba on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0cfba on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green81.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow10.6%
Key (black)18.4%
Color previews
#d0cfba text on a black background
contrast 13.32:1
Card sample
#d0cfba text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0cfba;
Background color
Panel with #d0cfba background
background-color: #d0cfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0cfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0cfba; background: linear-gradient(135deg, #d0cfba, #C2D0BA);