Skip to main content

Silver

#C0C0C0·gray family·WCAG AAA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

Scale from white (50) through Silver (500) to black (900), interpolated in Lab color space.

Color Values

HEX
#C0C0C0
RGB
rgb(192, 192, 192)
HSL
hsl(0, 0%, 75%)
OKLCH
oklch(0.808 0 0)
CMYK
cmyk(0%, 0%, 0%, 25%)
Luminance:0.5271
CSS var:--color-silver
Tailwind:bg-[#C0C0C0]

Accessibility

Score: 48/100

On White (#FFF)

1.82:1

Fail

On Black (#000)

11.54:1

AAA

On Light Gray (#F5F5F5)

1.67:1

Fail

Best text color on this background:

black11.54:1
Open in Contrast Checker →

Design Applications

Background

background-color: #C0C0C0

Text Color

color: #C0C0C0

bg-[#C0C0C0] text-[#000000]

Accent border card component

border-left: 4px solid #C0C0C0

Color Meaning & Psychology

Gray is the color of balance, intelligence, and maturity. Unlike black or white, gray makes no strong statement — it allows other design elements to speak. Light grays are versatile backgrounds that convey modernity and cleanliness; mid-grays feel sophisticated and professional; dark charcoals carry authority without the extremity of black. Gray's emotional neutrality has made it the dominant color of Apple's design language and most premium technology hardware. Cool grays (blue-tinted) feel modern and urban; warm grays (brown-tinted, often called "greige") feel approachable and cozy. Gray can feel dull and lifeless without colorful accents — context determines whether it reads as timeless or uninspired. Its near-neutral saturation gives it a versatile, subdued character that works as a sophisticated accent without dominating a composition.

Industry Usage

Common contexts and industries where Silver is applied in professional design.

  • Premium technology hardware and devices
  • Architectural and interior design services
  • Automotive brands emphasizing refinement
  • Financial and professional services
  • Typography and editorial design
  • Industrial and engineering companies
  • Minimalist fashion and luxury apparel
  • Enterprise software UI neutral elements

Accessibility Considerations

Normal Text

Fails AA

4.5:1 minimum required

Large Text

Fails AA Large

3:1 minimum required

UI Components

Check contrast

3:1 for non-text UI

Silver is a light color. Use black (#000000) text on top of it for maximum readability (11.54:1). Avoid white text on this background.

CSS & Code Examples

Background

background-color: #C0C0C0;

Text

color: #C0C0C0;

Border

border: 2px solid #C0C0C0;

Box Shadow

box-shadow: 0 4px 20px #C0C0C040;

Gradient

background: linear-gradient(135deg, #C0C0C0, #f3f3f3);

Tailwind-style

--color-silver: #C0C0C0;

Tailwind CSS Utilities

Use arbitrary value syntax in Tailwind CSS to apply Silver without a custom config.

Background

bg-[#C0C0C0]

Text

text-[#C0C0C0]

Border

border-[#C0C0C0]

Ring

ring-[#C0C0C0]

Fill

fill-[#C0C0C0]

From (gradient)

from-[#C0C0C0]

Via (gradient)

via-[#C0C0C0]

To (gradient)

to-[#C0C0C0]

Design Tokens

Ready-to-use Silver design token in CSS custom properties, SCSS, Tailwind v3/v4, and JSON formats.

CSS Custom Properties

:root {
  --color-silver: #C0C0C0;
  --color-silver-rgb: 192, 192, 192;
  --color-silver-hsl: 0, 0%, 75%;
}

SCSS Variables

$color-silver: #C0C0C0;
$color-silver-rgb: 192, 192, 192;
$color-silver-hsl: 0, 0%, 75%;

Tailwind v3 Config

// tailwind.config.js
module.exports = {
  theme: {
    extend: {
      colors: {
        'silver': '#C0C0C0',
      },
    },
  },
};

Tailwind v4 (@theme)

/* tailwind.css */
@theme {
  --color-silver: #C0C0C0;
}

JSON Design Token (W3C format)

{
  "silver": {
    "value": "#C0C0C0",
    "type": "color",
    "description": "Silver — #C0C0C0"
  }
}

What Does Silver Mean? Color Psychology & Cultural Symbolism

Gray occupies a unique psychological position in color theory. Unlike most colors, it carries almost no direct emotional charge—instead, it creates the conditions for other colors and design elements to be evaluated on their own terms. Silver at #C0C0C0 projects balance as a positive quality, not a deficit.

  • Gray is design's great enabler—the neutral foundation on which other colors perform. In corporate contexts it projects professionalism without warmth (contrasted with blue) or assertiveness (contrasted with black). In luxury design, sophisticated warm grays signal refinement and editorial taste.
  • In Japanese aesthetics, gray (haiiro) is deeply valued for its understated elegance—a key component of the wabi-sabi philosophy of imperfect, restrained beauty. Chinese ink painting depends on the full spectrum of gray tones as an expressive medium in itself.
  • Silver's light lightness (75%) shifts its psychological register: Light grays are design's most essential neutral—they function as sophisticated whites, creating space without the harshness of pure #FFFFFF.
  • At 0% saturation, Silver reads as neutral—All grays are inherently muted, but mid-tones in the 40-60% lightness range do the heaviest lifting in sophisticated design systems—providing contrast, hierarchy, and structure without ever competing with the palette's primary colors.

Silver asks nothing of the viewer and gives everything to the design. That's the quiet genius of neutrals.

How to Use Silver in Design: Applications, Pairings & Best Practices

The decision between warm and cool gray is one of design's subtler but more consequential choices. Silver's undertone is warm—which means it pairs well with earthy neutrals and feels organic in nature-adjacent contexts in context.

  • UI components: neutral backgrounds, disabled states, secondary text—Silver performs reliably in all these roles with its light tonal character.
  • Brand & identity: professional service identities, technology UIs, editorial layouts—contexts where Silver's neutral quality creates the right register.
  • Typography: Silver as text requires a dark background; its 75% lightness means it provides 1.8:1 contrast on white, not meeting WCAG AA.
  • Silver creates strong legibility with black text overlays (11.5:1 contrast ratio), making it a reliable background or surface color in design systems
  • Proportional use: Silver's neutral quality means it scales well across proportions—from full-bleed backgrounds to single-pixel borders—making it an unusually versatile palette component.

Silver asks nothing of the viewer and gives everything to the design. That's the quiet genius of neutrals.

Silver Accessibility: WCAG Contrast Ratios, Color Blindness & Inclusive Design

Silver (#C0C0C0) achieves a 11.54:1 contrast ratio with black text, surpassing the WCAG 2.1 AAA threshold of 7:1. This exceptional contrast qualifies it for body text, UI components at any size, and all accessibility-sensitive interface contexts. Relative luminance: 52.7%.

  • As text on white (#FFFFFF): 1.82:1 — Fail
  • As text on black (#000000): 11.54:1 — AAA ✓
  • Best text color on Silver background: Black (#000000) at 11.54:1
  • WCAG 2.1 luminance: 52.7% — above-median luminance—it reads as a light to mid-tone background, compatible with dark text while retaining color personality
  • Silver qualifies for all text sizes including small body copy (AAA).

Silver's WCAG profile makes it a compliant choice for most text applications.

Silver in Industry: Branding, Design & Market Applications

Across industry research, gray-family tones consistently outperform competitors in categories built on neutrality, professionalism, sophistication, and balance. Silver is a light expression of this advantage—best positioned in Technology and adjacent markets.

  • Technology: Gray dominates technology UI design because it provides the neutral canvas on which colorful, dynamic interface elements perform. Apple's aluminum aesthetic established gray as the physical language of precision engineering, an association that has persisted across all of tech. (examples: Notion, Slack, Salesforce) Cool grays signal digital precision; warm grays feel more approachable and human—choice depends on product personality.
  • Finance & Professional Services: Gray communicates the seriousness of people who manage important things—it's the suit of the professional world. Financial services, consulting, and legal firms use it to project competence, precision, and the absence of emotional noise. (examples: Capital One, PayPal, Visa) Dark charcoal is more authoritative than mid-gray for premium financial brands; lighter grays communicate approachable modernity.
  • Luxury & Automotive: Luxury brands use sophisticated warm grays as an alternative to the expected black—it signals refinement, editorial taste, and the confidence that doesn't need to shout. Automotive brands use it for the same reason: gray cars signal understated premium quality. (examples: Porsche, Tesla, Mercedes-Benz) The specific undertone of a luxury gray (warm vs cool, light vs dark) determines whether it reads as contemporary or classic.
  • Brand positioning: Silver is best suited for brands projecting professionalism, neutrality, sophistication. Categories outside this positioning—color-forward consumer brands that need warmth and personality—tend to see weaker results.
  • Adjacent applications: Beyond primary industries, Silver works effectively in professional service identities, technology UIs, editorial layouts—contexts where timelessness serves a secondary but reinforcing role.

Silver earns its strongest ROI in industries where trust and recognition compound over time: Technology, Finance & Professional Services, Luxury & Automotive. Use it to build the kind of brand recognition that decades reinforce.

Frequently Asked Questions

What is the hex code for Silver?
The hex code for Silver is #C0C0C0. Its RGB values are rgb(192, 192, 192) and its HSL values are hsl(0, 0%, 75%).
What does Silver mean in design?
Gray is the color of balance, intelligence, and maturity. Unlike black or white, gray makes no strong statement — it allows other design elements to speak. Light grays are versatile backgrounds that convey modernity and cleanliness; mid-grays feel sophisticated and professional; dark charcoals carry authority without the extremity of black. Gray's emotional neutrality has made it the dominant color of Apple's design language and most premium technology hardware. Cool grays (blue-tinted) feel modern and urban; warm grays (brown-tinted, often called "greige") feel approachable and cozy. Gray can feel dull and lifeless without colorful accents — context determines whether it reads as timeless or uninspired. Its near-neutral saturation gives it a versatile, subdued character that works as a sophisticated accent without dominating a composition.
Is Silver WCAG accessible?
Silver (#C0C0C0) does not pass WCAG AA on white (1.82:1 ratio). Use it on dark backgrounds where it achieves 11.54:1. Its overall accessibility score is 48/100.
What colors go well with Silver?
Silver pairs well with its complementary color Iron Gray (#595E5E). Analogous colors like Hot Pink and Burgundy also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Silver used for?
Silver is commonly used for: Premium technology hardware and devices; Architectural and interior design services; Automotive brands emphasizing refinement; Financial and professional services; Typography and editorial design.
What are the CSS and Tailwind values for Silver?
In CSS, use `color: #C0C0C0` or `background-color: #C0C0C0`. The CSS custom property is `--color-silver: #C0C0C0`. In Tailwind CSS, use the arbitrary value class `bg-[#C0C0C0]` for backgrounds or `text-[#C0C0C0]` for text.