Platinum
#e5e4e2
Here's everything about the color Platinum (#e5e4e2) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #e5e4e2 | |
|---|---|---|
| RGB | rgb(229, 228, 226) | |
| HSL | hsl(40, 5%, 89%) | |
| CMYK | cmyk(0%, 0%, 1%, 10%) | |
| LAB | lab(91, 0, 1) | |
| OKLCH | oklch(0.92 0.003 85) |
Color harmonies
Tints & shades
Code snippets
color: #e5e4e2;
background-color: #e5e4e2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE5E4E2)
/* Swift / UIKit */
UIColor(red: 0.90, green: 0.89, blue: 0.89, alpha: 1.0)