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