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