Silence
#eaede5
Silence, represented by the hex value #eaede5, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #eaede5 | |
|---|---|---|
| RGB | rgb(234, 237, 229) | |
| HSL | hsl(83, 18%, 91%) | |
| CMYK | cmyk(1%, 0%, 3%, 7%) | |
| LAB | lab(93, -2, 4) | |
| OKLCH | oklch(0.94 0.011 123) |
Color harmonies
Tints & shades
Code snippets
color: #eaede5;
background-color: #eaede5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEAEDE5)
/* Swift / UIKit */
UIColor(red: 0.92, green: 0.93, blue: 0.90, alpha: 1.0)