#d2cfba
a light, soft yellow · cool · closest name: silver
RGB
210, 207, 186
HSL
53°, 21%, 78%
CMYK
0, 1, 11, 18
Luminance
0.6187
Every format
| HEX | #d2cfba |
| RGB | rgb(210, 207, 186) |
| HSL | hsl(53, 21%, 78%) |
| CMYK | cmyk(0%, 1%, 11%, 18%) |
| LAB | lab(82.8 -2.6 10.8) |
| LCH | lch(82.8 11.1 103.3) |
| OKLCH | oklch(0.851 0.029 100.3) |
Copy-ready code
/* CSS */
color: #d2cfba;
background-color: #d2cfba;
/* Tailwind (arbitrary) */
class="text-[#d2cfba] bg-[#d2cfba]"
/* SCSS */
$brand: #d2cfba;
/* SwiftUI */
Color(red: 0.824, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#d2cfba")Accessibility — WCAG contrast
Aa
#d2cfba on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2cfba on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green81.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow11.4%
Key (black)17.6%
Color previews
#d2cfba text on a black background
contrast 13.37:1
Card sample
#d2cfba text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2cfba;
Background color
Panel with #d2cfba background
background-color: #d2cfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2cfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2cfba; background: linear-gradient(135deg, #d2cfba, #C5D2BA);