Platinum Hex Code — #E5E4E2
RGB, HSL, and CMYK values for Platinum.
Platinum Color Values
| Format | Value |
|---|---|
| HEX | #E5E4E2 |
| RGB | rgb(229, 228, 226) |
| HSL | hsl(40, 5%, 89%) |
| CMYK | cmyk(0%, 0%, 1%, 10%) |
Want to explore more shades? Use our Color Converter
About Platinum
Color psychology: Prestige, value.
Platinum (#E5E4E2) is a light shade of gray. It's commonly used in web design, graphic design, and branding where prestige, value are desired associations.
How to Use Platinum in CSS
/* Using HEX */ color: #E5E4E2; background-color: #E5E4E2; /* Using RGB */ color: rgb(229, 228, 226); /* Using HSL */ color: hsl(40, 5%, 89%);