What color is Platinum?
Platinum is a pale, cool silver-gray with a soft metallic quality, hex #D9D9D9, close to the surface of polished slate. It has a smooth, muted tone that stops just short of white, with no visible warmth.
What is the meaning of the color Platinum?
The name comes from the Spanish platina, a diminutive of plata meaning silver, applied to the dense metal first documented by European scientists in the 1750s after Spanish colonists encountered it in Colombia. The metal’s rarity and resistance to tarnish made it more valuable than gold by the 19th century, and its color became associated with prestige through that reputation. The Recording Industry Association of America adopted the term in 1976 when it introduced the Platinum certification for albums selling one million copies, anchoring the color firmly to achievement in popular culture.
What colors go with Platinum?
Colors that pair well with Platinum include:
Navy Blue: sharp, grounded contrast
Soft White: clean, minimal pairing
Charcoal: strong tonal depth
Blush Pink: gentle, warm softness
Forest Green: rich, natural balance
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #D9D9D9 |
color: #D9D9D9;
|
| RGB | 217, 217, 217 |
color: rgb(217, 217, 217);
|
| RGB Percentage | 85%, 85%, 85% |
color: rgb(85%, 85%, 85%);
|
| CMYK | 0%, 0%, 0%, 15% | Not supported in CSS |
| HSL | 0°, 0%, 85% |
color: hsl(0, 0%, 85%);
|
| HSV | 0°, 0%, 85% | Not supported in CSS |
| CIE-LAB | 68, 0, 0 |
color: lab(68% 0 0);
|
| Decimal | 14277081 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
.platinum {
color: #D9D9D9;
}
$platinum: #D9D9D9;
rgb(217, 217, 217)