#d3cecf
a light, muted gray · warm · closest name: silver
RGB
211, 206, 207
HSL
348°, 5%, 82%
CMYK
0, 2, 2, 17
Luminance
0.6250
Every format
| HEX | #d3cecf |
| RGB | rgb(211, 206, 207) |
| HSL | hsl(348, 5%, 82%) |
| CMYK | cmyk(0%, 2%, 2%, 17%) |
| LAB | lab(83.2 1.9 0.1) |
| LCH | lch(83.2 1.9 3.3) |
| OKLCH | oklch(0.856 0.006 3.4) |
Copy-ready code
/* CSS */
color: #d3cecf;
background-color: #d3cecf;
/* Tailwind (arbitrary) */
class="text-[#d3cecf] bg-[#d3cecf]"
/* SCSS */
$brand: #d3cecf;
/* SwiftUI */
Color(red: 0.827, green: 0.808, blue: 0.812)
/* Android */
Color.parseColor("#d3cecf")Accessibility — WCAG contrast
Aa
#d3cecf on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d3cecf on black: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green80.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow1.9%
Key (black)17.3%
Color previews
#d3cecf text on a black background
contrast 13.50:1
Card sample
#d3cecf text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d3cecf;
Background color
Panel with #d3cecf background
background-color: #d3cecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d3cecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 206, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 206, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d3cecf; background: linear-gradient(135deg, #d3cecf, #D3D0CE);