Plaster
#eaeaea
Here's everything about the color Plaster (#eaeaea) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #eaeaea | |
|---|---|---|
| RGB | rgb(234, 234, 234) | |
| HSL | hsl(0, 0%, 92%) | |
| CMYK | cmyk(0%, 0%, 0%, 8%) | |
| LAB | lab(93, 0, 0) | |
| OKLCH | oklch(0.94 0 0) |
Color harmonies
Tints & shades
Code snippets
color: #eaeaea;
background-color: #eaeaea;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEAEAEA)
/* Swift / UIKit */
UIColor(red: 0.92, green: 0.92, blue: 0.92, alpha: 1.0)