#cfccc7
a light, muted gray · warm · closest name: Light Gray
At a glance
Every number on this page in one read: what #cfccc7 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 | #cfccc7 |
| RGB | rgb(207, 204, 199) |
| HSL | hsl(38, 8%, 80%) |
| CMYK | cmyk(0%, 1%, 4%, 19%) |
| LAB | lab(82.2 0.1 2.9) |
| LCH | lch(82.2 2.9 87.2) |
| OKLCH | oklch(0.846 0.008 80.7) |
| Decimal | 13618375 |
| Display P3 | color(display-p3 0.812 0.800 0.780) |
Copy-ready code
/* CSS */
color: #cfccc7;
background-color: #cfccc7;
/* Tailwind (arbitrary) */
class="text-[#cfccc7] bg-[#cfccc7]"
/* SCSS */
$brand: #cfccc7;
/* SwiftUI */
Color(red: 0.812, green: 0.800, blue: 0.780)
/* Android */
Color.parseColor("#cfccc7")
/* Flutter */
Color(0xFFCFCCC7)
/* Python / OpenCV (BGR) */
(199, 204, 207)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. #cfccc7 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: #F8F7F7;
--brand-100: #F1F0EF;
--brand-200: #E0DEDC;
--brand-300: #cfccc7;
--brand-400: #B1ACA4;
--brand-500: #979186;
--brand-600: #847D71;
--brand-700: #6E685E;
--brand-800: #58534B;
--brand-900: #423E39;
--brand-950: #292724;
--brand: #cfccc7;
--brand-ink: #000000;
}Colors that work with #cfccc7
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 #cfccc7
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 | #C7CACF | Directly opposite — maximum tension | |
| Analogous left | #CFC8C7 | Neighbour, quieter | |
| Analogous right | #CECFC7 | Neighbour, quieter | |
| Split-complement 1 | #C7CECF | Contrast without the clash | |
| Split-complement 2 | #C8C7CF | Contrast without the clash | |
| Triadic 1 | #C7CFCC | Even thirds — balanced and loud | |
| Triadic 2 | #CCC7CF | Even thirds — balanced and loud | |
| Tetradic | #C7CFC8 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#cfccc7 text on a black background
contrast 13.11:1
#cfccc7 text on a white background
contrast 1.60:1
CSS3 live lab
The quick brown fox
color: #cfccc7;
background-color: #cfccc7;
Glowing headline
text-shadow: 2px 2px 8px #cfccc7;
Soft neon halo
text-shadow: 0 0 14px rgba(207, 204, 199, 0.45);
box-shadow: 0 12px 32px -8px rgba(207, 204, 199, 0.45);
border: 3px solid #cfccc7; background: linear-gradient(135deg, #cfccc7, #CDCFC7);
Monochromatic scale
Palettes built from #cfccc7
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 4.1 away, with its history, psychology and brand usage.
#cfccc7 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.
#cfccc7, answered
What color is #cfccc7?
#cfccc7 is a light muted gray, closest to Light Gray (ΔE2000 3.1). It sits at 38° on the hue wheel with 8% saturation and 80% lightness, which reads as warm.
What is the RGB value of #cfccc7?
rgb(207, 204, 199) — 207 red, 204 green and 199 blue out of 255, or 81.2% / 80% / 78% by channel.
Is #cfccc7 a light or a dark color?
It is a light color. Relative luminance is 0.6057 and perceived brightness is 80%, so black text on it reaches 13.11:1.
Should I use black or white text on #cfccc7?
Black. It scores 13.11:1 against #cfccc7, versus 1.60:1 for white — AAA at any size.
What is the complementary color of #cfccc7?
#C7CACF sits directly opposite on the wheel. Softer options are the split-complements #C7CECF and #C8C7CF, which give the same contrast with far less vibration.
What colors go well with #cfccc7?
For interface work: #F8F7F7 as the surface, #D9D7D3 for borders, #7C756A for secondary text, #5A6A72 as an accent and #45413B for hover and pressed states. For a palette, the analogous pair #CFC8C7 and #CECFC7 stays calm, while #C7CACF is the loudest partner.
What is #cfccc7 in CMYK for printing?
cmyk(0%, 1%, 4%, 19%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #cfccc7 warm or cool?
Warm — it scores 40 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #D7CFCA; nudged cooler, #BEC6CE.