Skip to main content

Pale Silver

#C9C0BB·gray family·WCAG AAA

Tints & Shades

50

100

200

300

400

500

600

700

800

900

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

Color Values

HEX
#C9C0BB
RGB
rgb(201, 192, 187)
HSL
hsl(21, 11%, 76%)
OKLCH
oklch(0.814 0.012 51)
CMYK
cmyk(0%, 4%, 7%, 21%)
Luminance:0.5370
CSS var:--color-pale-silver
Tailwind:bg-[#C9C0BB]

Accessibility

Score: 48/100

On White (#FFF)

1.79:1

Fail

On Black (#000)

11.74:1

AAA

On Light Gray (#F5F5F5)

1.64:1

Fail

Best text color on this background:

black11.74:1
Open in Contrast Checker →

Design Applications

Background

background-color: #C9C0BB

Text Color

color: #C9C0BB

bg-[#C9C0BB] text-[#000000]

Accent border card component

border-left: 4px solid #C9C0BB

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 Pale 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

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

CSS & Code Examples

Background

background-color: #C9C0BB;

Text

color: #C9C0BB;

Border

border: 2px solid #C9C0BB;

Box Shadow

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

Gradient

background: linear-gradient(135deg, #C9C0BB, #fcf3ed);

Tailwind-style

--color-pale-silver: #C9C0BB;

Tailwind CSS Utilities

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

Background

bg-[#C9C0BB]

Text

text-[#C9C0BB]

Border

border-[#C9C0BB]

Ring

ring-[#C9C0BB]

Fill

fill-[#C9C0BB]

From (gradient)

from-[#C9C0BB]

Via (gradient)

via-[#C9C0BB]

To (gradient)

to-[#C9C0BB]

Design Tokens

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

CSS Custom Properties

:root {
  --color-pale-silver: #C9C0BB;
  --color-pale-silver-rgb: 201, 192, 187;
  --color-pale-silver-hsl: 21, 11%, 76%;
}

SCSS Variables

$color-pale-silver: #C9C0BB;
$color-pale-silver-rgb: 201, 192, 187;
$color-pale-silver-hsl: 21, 11%, 76%;

Tailwind v3 Config

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

Tailwind v4 (@theme)

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

JSON Design Token (W3C format)

{
  "pale-silver": {
    "value": "#C9C0BB",
    "type": "color",
    "description": "Pale Silver — #C9C0BB"
  }
}

What Does Pale Silver Mean? Color Psychology & Cultural Symbolism

Color research shows gray consistently rates highest for "professionalism" and "reliability" across cross-cultural studies—qualities that aren't exciting but are essential for the brands and products that need to be trusted with important things. Pale Silver's light character distills this as sophistication.

  • 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.
  • Pale Silver's light lightness (76%) 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 11% saturation, Pale Silver reads as muted—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.

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

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

The decision between warm and cool gray is one of design's subtler but more consequential choices. Pale 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—Pale Silver performs reliably in all these roles with its light tonal character.
  • Brand & identity: professional service identities, technology UIs, editorial layouts—contexts where Pale Silver's muted quality creates the right register.
  • Typography: Pale Silver as text requires a dark background; its 76% lightness means it provides 1.8:1 contrast on white, not meeting WCAG AA.
  • Pale Silver creates strong legibility with black text overlays (11.7:1 contrast ratio), making it a reliable background or surface color in design systems
  • Proportional use: Pale Silver's muted quality means it scales well across proportions—from full-bleed backgrounds to single-pixel borders—making it an unusually versatile palette component.

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

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

Pale Silver (#C9C0BB) achieves a 11.74: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: 53.7%.

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

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

Pale Silver in Industry: Branding, Design & Market Applications

Pale Silver (#C9C0BB) is most at home in industries where neutrality, professionalism, sophistication, and balance are key brand values. Its light quality makes it particularly effective in Technology contexts, where the muted saturation signals professionalism at exactly the right register.

  • 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: BMW, Mercedes-Benz, Tesla) The specific undertone of a luxury gray (warm vs cool, light vs dark) determines whether it reads as contemporary or classic.
  • Brand positioning: Pale 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, Pale Silver works effectively in professional service identities, technology UIs, editorial layouts—contexts where professionalism serves a secondary but reinforcing role.

The industries where Pale Silver performs best are those where the audience expects professionalism. Build brand strategy around this alignment, not against it.

Frequently Asked Questions

What is the hex code for Pale Silver?
The hex code for Pale Silver is #C9C0BB. Its RGB values are rgb(201, 192, 187) and its HSL values are hsl(21, 11%, 76%).
What does Pale 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 Pale Silver WCAG accessible?
Pale Silver (#C9C0BB) does not pass WCAG AA on white (1.79:1 ratio). Use it on dark backgrounds where it achieves 11.74:1. Its overall accessibility score is 48/100.
What colors go well with Pale Silver?
Pale Silver pairs well with its complementary color Sapphire Blue (#0067A5). Analogous colors like Brick Red and Salmon also work harmoniously. Check the Color Harmonies section above for the full palette.
What is Pale Silver used for?
Pale 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 Pale Silver?
In CSS, use `color: #C9C0BB` or `background-color: #C9C0BB`. The CSS custom property is `--color-pale-silver: #C9C0BB`. In Tailwind CSS, use the arbitrary value class `bg-[#C9C0BB]` for backgrounds or `text-[#C9C0BB]` for text.