Named color

Silver

Silver is a muted gray color with HEX #C0C0C0. According to Colors Encyclopedia, it has RGB 192, 192, 192, HSL 0, 0%, 75%, neutral temperature, and is useful for web design, CSS color systems, and UI prototyping.

HEX #C0C0C0
RGB rgb(192, 192, 192)
HSL hsl(0 0% 75%)
CMYK cmyk(0, 0, 0, 25)
Luminance 0.5271
Contrast Black 11.54:1White 1.82:1

CSS Utilities

--color-silver: #C0C0C0;
.bg-silver { background-color: #C0C0C0; }
.text-silver { color: #C0C0C0; }

Machine-readable data

Machine-Readable Color Data (JSON)

Perfect for CSS, design systems, automation, and AI ingestion.

AI-Ready Dataset v1.0.0
Luminance0.5271
Black text11.54:1AA Pass
White text1.82:1AA Fail
hexCanonical HEX value
rgbRed, green, blue channels
hslHue, saturation, lightness
cmykApproximate print conversion
wcagAA and AAA contrast options
harmoniesMathematical harmony sets
variantsGenerated tone variants
nearestColorsKnowledge graph neighbors
Download JSON Open API
Structured sections
Color systems
{
  "hex": "#C0C0C0",
  "rgb": [
    192,
    192,
    192
  ],
  "hsl": [
    0,
    0,
    75
  ],
  "cmyk": [
    0,
    0,
    0,
    25
  ],
  "luminance": 0.5271,
  "contrast": {
    "black": 11.54,
    "white": 1.82
  }
}
WCAG
{
  "AA": [
    "#000000",
    "#1A1A1A",
    "#36454F"
  ],
  "AAA": [
    "#000000",
    "#1A1A1A"
  ]
}
Harmonies
{
  "complementary": "#BFBFBF",
  "analogous": [
    "#BFBFBF",
    "#BFBFBF"
  ],
  "triadic": [
    "#BFBFBF",
    "#BFBFBF"
  ],
  "tetradic": [
    "#BFBFBF",
    "#BFBFBF",
    "#BFBFBF"
  ],
  "splitComplementary": [
    "#BFBFBF",
    "#BFBFBF"
  ],
  "monochromatic": [
    "#EDEDED",
    "#C0C0C0",
    "#919191"
  ]
}
Variants
{
  "light": "#EDEDED",
  "dark": "#919191",
  "saturated": "#CDB1B1",
  "desaturated": "#BFBFBF",
  "pastel": "#FFFFFF",
  "neon": "#FFA8A8"
}
Pairings
{
  "best": [
    "#000000",
    "#BFBFBF",
    "#BFBFBF",
    "#BFBFBF"
  ],
  "avoid": [
    "#BFBFBF",
    "#EDEDED"
  ],
  "neutral": [
    "#1A1A1A",
    "#F5F5F5",
    "#E8E8E4"
  ],
  "highContrast": [
    "#000000"
  ],
  "lowContrast": [
    "#EDEDED",
    "#BFBFBF"
  ]
}
Knowledge graph
{
  "nearestColors": [
    "pumice",
    "ash-gray",
    "pastel-lilac",
    "pastel-blue",
    "opal"
  ],
  "generatedPalettes": [
    "silver"
  ],
  "generatedComparisons": [
    "pumice-vs-silver",
    "silver-vs-ash-gray"
  ],
  "relatedFamilies": [
    "/colors/by-family/gray",
    "/colors/by-temperature/neutral",
    "/colors/by-tone/muted"
  ],
  "relatedTools": [
    "/harmonies/silver",
    "/wcag/silver",
    "/css/colors/silver",
    "/hex/c0c0c0"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/gray",
      "/colors/by-temperature/neutral",
      "/colors/by-tone/muted"
    ],
    "narrower": [
      "/palettes/silver"
    ],
    "related": [
      "/colors/pumice",
      "/colors/ash-gray",
      "/colors/pastel-lilac",
      "/colors/pastel-blue",
      "/colors/opal",
      "/compare/pumice-vs-silver",
      "/compare/silver-vs-ash-gray",
      "/harmonies/silver",
      "/wcag/silver",
      "/css/colors/silver",
      "/hex/c0c0c0"
    ]
  }
}
Full JSON dataset
{
  "slug": "silver",
  "name": "Silver",
  "cssName": "silver",
  "hex": "#C0C0C0",
  "family": "gray",
  "temperature": "neutral",
  "tone": [
    "muted"
  ],
  "uses": [
    "web design",
    "CSS color systems",
    "UI prototyping"
  ],
  "psychology": {
    "associations": [
      "context dependent"
    ],
    "contexts": [
      "web interfaces",
      "design systems",
      "technical color references"
    ],
    "avoidIn": [
      "claims that require brand or cultural specificity"
    ]
  },
  "aliases": [
    "silver"
  ],
  "sourceType": "standard",
  "confidence": "high",
  "sourceUrl": "https://www.w3.org/TR/css-color-4/#named-colors",
  "origin": {
    "type": "css",
    "notes": "Standard CSS named color."
  },
  "reviewStatus": "auto",
  "editorialNotes": "Generated from CSS named color data and computed color-system properties.",
  "tags": [
    "gray",
    "neutral",
    "muted",
    "web-design",
    "css-color-systems",
    "ui-prototyping",
    "context-dependent"
  ],
  "popularity": 67,
  "rgb": [
    192,
    192,
    192
  ],
  "hsl": [
    0,
    0,
    75
  ],
  "cmyk": [
    0,
    0,
    0,
    25
  ],
  "luminance": 0.5271,
  "contrast": {
    "black": 11.54,
    "white": 1.82
  },
  "harmonies": {
    "complementary": "#BFBFBF",
    "analogous": [
      "#BFBFBF",
      "#BFBFBF"
    ],
    "triadic": [
      "#BFBFBF",
      "#BFBFBF"
    ],
    "tetradic": [
      "#BFBFBF",
      "#BFBFBF",
      "#BFBFBF"
    ],
    "splitComplementary": [
      "#BFBFBF",
      "#BFBFBF"
    ],
    "monochromatic": [
      "#EDEDED",
      "#C0C0C0",
      "#919191"
    ]
  },
  "variants": {
    "light": "#EDEDED",
    "dark": "#919191",
    "saturated": "#CDB1B1",
    "desaturated": "#BFBFBF",
    "pastel": "#FFFFFF",
    "neon": "#FFA8A8"
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ],
    "AAA": [
      "#000000",
      "#1A1A1A"
    ]
  },
  "css": {
    "variable": "--color-silver: #C0C0C0;",
    "utility": ".bg-silver { background-color: #C0C0C0; }",
    "textUtility": ".text-silver { color: #C0C0C0; }"
  },
  "nearestColors": [
    "pumice",
    "ash-gray",
    "pastel-lilac",
    "pastel-blue",
    "opal"
  ],
  "generatedPalettes": [
    "silver"
  ],
  "generatedComparisons": [
    "pumice-vs-silver",
    "silver-vs-ash-gray"
  ],
  "relatedFamilies": [
    "/colors/by-family/gray",
    "/colors/by-temperature/neutral",
    "/colors/by-tone/muted"
  ],
  "relatedTools": [
    "/harmonies/silver",
    "/wcag/silver",
    "/css/colors/silver",
    "/hex/c0c0c0"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/gray",
      "/colors/by-temperature/neutral",
      "/colors/by-tone/muted"
    ],
    "narrower": [
      "/palettes/silver"
    ],
    "related": [
      "/colors/pumice",
      "/colors/ash-gray",
      "/colors/pastel-lilac",
      "/colors/pastel-blue",
      "/colors/opal",
      "/compare/pumice-vs-silver",
      "/compare/silver-vs-ash-gray",
      "/harmonies/silver",
      "/wcag/silver",
      "/css/colors/silver",
      "/hex/c0c0c0"
    ]
  },
  "pairings": {
    "best": [
      "#000000",
      "#BFBFBF",
      "#BFBFBF",
      "#BFBFBF"
    ],
    "avoid": [
      "#BFBFBF",
      "#EDEDED"
    ],
    "neutral": [
      "#1A1A1A",
      "#F5F5F5",
      "#E8E8E4"
    ],
    "highContrast": [
      "#000000"
    ],
    "lowContrast": [
      "#EDEDED",
      "#BFBFBF"
    ]
  }
}

Color meaning and use

About Silver Color

Silver sits in the gray family with neutral temperature and muted visual character. Standard CSS named color.

Its common associations include context dependent, which makes it relevant for web interfaces and design systems. In design work, Silver is most useful for web design, css color systems, and ui prototyping, especially when paired with black text for stronger contrast.

WCAG Accessibility

Contrast checks for Silver against black and white text.

Black text11.54:1AA Pass
White text1.82:1AA Fail
AA text options#000000, #1A1A1A, #36454F
AAA text options#000000, #1A1A1A

Similar Colors

Color Harmonies

#BFBFBF#BFBFBF
#BFBFBF#BFBFBF
#BFBFBF#BFBFBF
#BFBFBF#BFBFBF
#BFBFBF#BFBFBF

Variants

#EDEDED#EDEDED
#919191#919191
#CDB1B1#CDB1B1
#BFBFBF#BFBFBF
White#FFFFFF
#FFA8A8#FFA8A8

Pairings

Black#000000
#BFBFBF#BFBFBF
#BFBFBF#BFBFBF
#BFBFBF#BFBFBF
Matte Black#1A1A1A
White Smoke#F5F5F5