#c3cacb
a light, muted gray · cool · closest name: Silver
At a glance
Every number on this page in one read: what #c3cacb 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 | #c3cacb |
| RGB | rgb(195, 202, 203) |
| HSL | hsl(188, 7%, 78%) |
| CMYK | cmyk(4%, 1%, 0%, 20%) |
| LAB | lab(80.8 -2.2 -1.3) |
| LCH | lch(80.8 2.6 211.2) |
| OKLCH | oklch(0.834 0.008 207.1) |
| Decimal | 12831435 |
| Display P3 | color(display-p3 0.765 0.792 0.796) |
Copy-ready code
/* CSS */
color: #c3cacb;
background-color: #c3cacb;
/* Tailwind (arbitrary) */
class="text-[#c3cacb] bg-[#c3cacb]"
/* SCSS */
$brand: #c3cacb;
/* SwiftUI */
Color(red: 0.765, green: 0.792, blue: 0.796)
/* Android */
Color.parseColor("#c3cacb")
/* Flutter */
Color(0xFFC3CACB)
/* Python / OpenCV (BGR) */
(203, 202, 195)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. #c3cacb 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: #F7F8F8;
--brand-100: #EFF0F1;
--brand-200: #DCDFE0;
--brand-300: #c3cacb;
--brand-400: #A5AFB1;
--brand-500: #879597;
--brand-600: #728183;
--brand-700: #5F6B6D;
--brand-800: #4C5657;
--brand-900: #394041;
--brand-950: #242829;
--brand: #c3cacb;
--brand-ink: #000000;
}Colors that work with #c3cacb
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 #c3cacb
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 | #CBC4C3 | Directly opposite — maximum tension | |
| Analogous left | #C3CBC8 | Neighbour, quieter | |
| Analogous right | #C3C6CB | Neighbour, quieter | |
| Split-complement 1 | #CBC3C6 | Contrast without the clash | |
| Split-complement 2 | #CBC8C3 | Contrast without the clash | |
| Triadic 1 | #CBC3CA | Even thirds — balanced and loud | |
| Triadic 2 | #CACBC3 | Even thirds — balanced and loud | |
| Tetradic | #C8C3CB | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#c3cacb text on a black background
contrast 12.63:1
#c3cacb text on a white background
contrast 1.66:1
CSS3 live lab
The quick brown fox
color: #c3cacb;
background-color: #c3cacb;
Glowing headline
text-shadow: 2px 2px 8px #c3cacb;
Soft neon halo
text-shadow: 0 0 14px rgba(195, 202, 203, 0.45);
box-shadow: 0 12px 32px -8px rgba(195, 202, 203, 0.45);
border: 3px solid #c3cacb; background: linear-gradient(135deg, #c3cacb, #C3C5CB);
Monochromatic scale
Palettes built from #c3cacb
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 3.9 away, with its history, psychology and brand usage.
#c3cacb 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.
#c3cacb, answered
What color is #c3cacb?
#c3cacb is a light muted gray, closest to Silver (ΔE2000 3.9). It sits at 188° on the hue wheel with 7% saturation and 78% lightness, which reads as cool.
What is the RGB value of #c3cacb?
rgb(195, 202, 203) — 195 red, 202 green and 203 blue out of 255, or 76.5% / 79.2% / 79.6% by channel.
Is #c3cacb a light or a dark color?
It is a light color. Relative luminance is 0.5815 and perceived brightness is 78%, so black text on it reaches 12.63:1.
Should I use black or white text on #c3cacb?
Black. It scores 12.63:1 against #c3cacb, versus 1.66:1 for white — AAA at any size.
What is the complementary color of #c3cacb?
#CBC4C3 sits directly opposite on the wheel. Softer options are the split-complements #CBC3C6 and #CBC8C3, which give the same contrast with far less vibration.
What colors go well with #c3cacb?
For interface work: #F7F8F8 as the surface, #D3D8D9 for borders, #6B797B for secondary text, #715B5D as an accent and #3B4344 for hover and pressed states. For a palette, the analogous pair #C3CBC8 and #C3C6CB stays calm, while #CBC4C3 is the loudest partner.
What is #c3cacb in CMYK for printing?
cmyk(4%, 1%, 0%, 20%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #c3cacb warm or cool?
Cool — it scores 58 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #D3CBC5; nudged cooler, #B9C2CA.