Silver Chalice (#ACACAC)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #000000
Contrast vs white: 2.27:1 — vs black: 9.25:1

Color values

  • HEX #ACACAC
  • RGB rgb(172, 172, 172)
  • HSL hsl(0, 0%, 67%)
  • CMYK cmyk( 0, 0, 0, 32.55 )

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #ACACAC based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Silver Chalice
#ACACAC Base
Silver Chalice
#ACACAC
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Silver Chalice
#ACACAC Base
Silver Chalice
#ACACAC
Silver Chalice
#ACACAC
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Silver Chalice
#ACACAC Base
Silver Chalice
#ACACAC
Silver Chalice
#ACACAC
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Silver Chalice
#ACACAC Base
Silver Chalice
#ACACAC
Silver Chalice
#ACACAC
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Silver Chalice
#ACACAC Base
Silver Chalice
#ACACAC
Silver Chalice
#ACACAC
Silver Chalice
#ACACAC
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Silver Chalice
#ACACAC Base
#606060
#868686
Spanish Gray
#989898
Silver
#C0C0C0
#D2D2D2
#F2F2F2
Shades & Tints

Darker shades and lighter tints of Silver Chalice, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#0D0D0D
#2D2D2D
#4C4C4C
#6C6C6C
#8C8C8C
Silver Chalice #ACACAC Base
#BABABA
#C8C8C8
#D6D6D6
#E4E4E4
#F2F2F2
CSS & SCSS Snippets

Ready-to-use code snippets for #ACACAC. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #ACACAC;
}

/* Text */
.element {
    color: #ACACAC;
}

/* Border */
.element {
    border: 1px solid #ACACAC;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #ACACAC,
        #ACACAC
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #ACACAC,
        #ACACAC
    );
}
SCSS Variable
// SCSS variable
$silver-chalice: #ACACAC;

// With RGB channels (useful for rgba() usage)
$silver-chalice-r: 172;
$silver-chalice-g: 172;
$silver-chalice-b: 172;

// Usage
.element {
    background-color: $silver-chalice;
    color: rgba($silver-chalice-r, $silver-chalice-g, $silver-chalice-b, 0.8);
}
Color Blindness Simulation

How Silver Chalice appears to people with different types of color vision deficiency.

Normal Vision #ACACAC How the color appears with full color vision.
Deuteranopia #ACACAC Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #ACACAC Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #ACACAC Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #ACACAC Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Silver Chalice ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Silver Chalice #ACACAC Base
Dark Gray #A9A9A9 ΔE 0.87
Gray (X11 Gray) #BEBEBE ΔE 4.91
Silver #C0C0C0 ΔE 5.43
Silver Sand #BFC1C2 ΔE 5.69

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.