#d1cacf
a light, muted gray · neutral · closest name: Light Gray
At a glance
Every number on this page in one read: what #d1cacf is made of, how bright it looks, and which way it leans.
Near-neutral, so temperature is a whisper rather than a statement — the tinted siblings below show which way it can lean.
Every format
| HEX | #d1cacf |
| RGB | rgb(209, 202, 207) |
| HSL | hsl(317, 7%, 81%) |
| CMYK | cmyk(0%, 3%, 1%, 18%) |
| LAB | lab(82.0 3.3 -1.6) |
| LCH | lch(82.0 3.7 334.0) |
| OKLCH | oklch(0.846 0.010 335.5) |
| Decimal | 13748943 |
| Display P3 | color(display-p3 0.820 0.792 0.812) |
Copy-ready code
/* CSS */
color: #d1cacf;
background-color: #d1cacf;
/* Tailwind (arbitrary) */
class="text-[#d1cacf] bg-[#d1cacf]"
/* SCSS */
$brand: #d1cacf;
/* SwiftUI */
Color(red: 0.820, green: 0.792, blue: 0.812)
/* Android */
Color.parseColor("#d1cacf")
/* Flutter */
Color(0xFFD1CACF)
/* Python / OpenCV (BGR) */
(207, 202, 209)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #d1cacf is pinned to step 300; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F8F7F8;
--brand-100: #F1EFF0;
--brand-200: #E0DCDF;
--brand-300: #d1cacf;
--brand-400: #B1A5AD;
--brand-500: #978792;
--brand-600: #83727E;
--brand-700: #6D5F69;
--brand-800: #574C54;
--brand-900: #41393F;
--brand-950: #292427;
--brand: #d1cacf;
--brand-ink: #000000;
}Colors that work with #d1cacf
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #d1cacf
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Borders, dividers and quiet backgrounds
- ✓Long-form reading surfaces
- ✓Card and section backgrounds
- ✓Neutral UI chrome and typography
- ⚠Text of any size on white — fails WCAG AA
- ⚠White text placed on it
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #CAD1CC | Directly opposite — maximum tension | |
| Analogous left | #D0CAD1 | Neighbour, quieter | |
| Analogous right | #D1CACC | Neighbour, quieter | |
| Split-complement 1 | #CCD1CA | Contrast without the clash | |
| Split-complement 2 | #CAD1D0 | Contrast without the clash | |
| Triadic 1 | #CFD1CA | Even thirds — balanced and loud | |
| Triadic 2 | #CACFD1 | Even thirds — balanced and loud | |
| Tetradic | #D1D0CA | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#d1cacf text on a black background
contrast 13.06:1
#d1cacf text on a white background
contrast 1.61:1
CSS3 live lab
The quick brown fox
color: #d1cacf;
background-color: #d1cacf;
Glowing headline
text-shadow: 2px 2px 8px #d1cacf;
Soft neon halo
text-shadow: 0 0 14px rgba(209, 202, 207, 0.45);
box-shadow: 0 12px 32px -8px rgba(209, 202, 207, 0.45);
border: 3px solid #d1cacf; background: linear-gradient(135deg, #d1cacf, #D1CACA);
Monochromatic scale
Palettes built from #d1cacf
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Silver (#c0c0c0) — ΔE2000 5.6 away, with its history, psychology and brand usage.
#d1cacf in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#d1cacf, answered
What color is #d1cacf?
#d1cacf is a light muted gray, closest to Light Gray (ΔE2000 5). It sits at 317° on the hue wheel with 7% saturation and 81% lightness, which reads as neutral.
What is the RGB value of #d1cacf?
rgb(209, 202, 207) — 209 red, 202 green and 207 blue out of 255, or 82% / 79.2% / 81.2% by channel.
Is #d1cacf a light or a dark color?
It is a light color. Relative luminance is 0.6030 and perceived brightness is 80%, so black text on it reaches 13.06:1.
Should I use black or white text on #d1cacf?
Black. It scores 13.06:1 against #d1cacf, versus 1.61:1 for white — AAA at any size.
What is the complementary color of #d1cacf?
#CAD1CC sits directly opposite on the wheel. Softer options are the split-complements #CCD1CA and #CAD1D0, which give the same contrast with far less vibration.
What colors go well with #d1cacf?
For interface work: #F8F7F8 as the surface, #D9D3D7 for borders, #7B6B76 for secondary text, #5B715B as an accent and #443B42 for hover and pressed states. For a palette, the analogous pair #D0CAD1 and #D1CACC stays calm, while #CAD1CC is the loudest partner.
What is #d1cacf in CMYK for printing?
cmyk(0%, 3%, 1%, 18%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #d1cacf warm or cool?
Neutral — it scores 48 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #D9D2CC; nudged cooler, #C1C8D0.