#d8cfba
a light, soft yellow · warm · closest name: silver
RGB
216, 207, 186
HSL
42°, 28%, 79%
CMYK
0, 4, 14, 15
Luminance
0.6277
Every format
| HEX | #d8cfba |
| RGB | rgb(216, 207, 186) |
| HSL | hsl(42, 28%, 79%) |
| CMYK | cmyk(0%, 4%, 14%, 15%) |
| LAB | lab(83.3 -0.4 11.6) |
| LCH | lch(83.3 11.6 92.0) |
| OKLCH | oklch(0.856 0.030 87.6) |
Copy-ready code
/* CSS */
color: #d8cfba;
background-color: #d8cfba;
/* Tailwind (arbitrary) */
class="text-[#d8cfba] bg-[#d8cfba]"
/* SCSS */
$brand: #d8cfba;
/* SwiftUI */
Color(red: 0.847, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#d8cfba")Accessibility — WCAG contrast
Aa
#d8cfba on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8cfba on black: 13.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green81.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta4.2%
Yellow13.9%
Key (black)15.3%
Color previews
#d8cfba text on a black background
contrast 13.55:1
Card sample
#d8cfba text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8cfba;
Background color
Panel with #d8cfba background
background-color: #d8cfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8cfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8cfba; background: linear-gradient(135deg, #d8cfba, #CDD8BA);