#d9cfba
a light, soft yellow · warm · closest name: silver
RGB
217, 207, 186
HSL
41°, 29%, 79%
CMYK
0, 5, 14, 15
Luminance
0.6292
Every format
| HEX | #d9cfba |
| RGB | rgb(217, 207, 186) |
| HSL | hsl(41, 29%, 79%) |
| CMYK | cmyk(0%, 5%, 14%, 15%) |
| LAB | lab(83.4 -0.0 11.7) |
| LCH | lch(83.4 11.7 90.2) |
| OKLCH | oklch(0.857 0.030 85.6) |
Copy-ready code
/* CSS */
color: #d9cfba;
background-color: #d9cfba;
/* Tailwind (arbitrary) */
class="text-[#d9cfba] bg-[#d9cfba]"
/* SCSS */
$brand: #d9cfba;
/* SwiftUI */
Color(red: 0.851, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#d9cfba")Accessibility — WCAG contrast
Aa
#d9cfba on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d9cfba on black: 13.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green81.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta4.6%
Yellow14.3%
Key (black)14.9%
Color previews
#d9cfba text on a black background
contrast 13.58:1
Card sample
#d9cfba text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d9cfba;
Background color
Panel with #d9cfba background
background-color: #d9cfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d9cfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9cfba; background: linear-gradient(135deg, #d9cfba, #CED9BA);