#d2cfc7
a light, muted yellow · warm · closest name: silver
RGB
210, 207, 199
HSL
44°, 11%, 80%
CMYK
0, 1, 5, 18
Luminance
0.6245
Every format
| HEX | #d2cfc7 |
| RGB | rgb(210, 207, 199) |
| HSL | hsl(44, 11%, 80%) |
| CMYK | cmyk(0%, 1%, 5%, 18%) |
| LAB | lab(83.2 -0.4 4.3) |
| LCH | lch(83.2 4.3 95.0) |
| OKLCH | oklch(0.855 0.011 89.7) |
Copy-ready code
/* CSS */
color: #d2cfc7;
background-color: #d2cfc7;
/* Tailwind (arbitrary) */
class="text-[#d2cfc7] bg-[#d2cfc7]"
/* SCSS */
$brand: #d2cfc7;
/* SwiftUI */
Color(red: 0.824, green: 0.812, blue: 0.780)
/* Android */
Color.parseColor("#d2cfc7")Accessibility — WCAG contrast
Aa
#d2cfc7 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2cfc7 on black: 13.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green81.2%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow5.2%
Key (black)17.6%
Color previews
#d2cfc7 text on a black background
contrast 13.49:1
Card sample
#d2cfc7 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2cfc7;
Background color
Panel with #d2cfc7 background
background-color: #d2cfc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2cfc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 207, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 207, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2cfc7; background: linear-gradient(135deg, #d2cfc7, #CED2C7);