home.social

#d9d9d9 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #d9d9d9, aggregated by home.social.

fetched live
  1. @noleli Hmm, in Safari on a Mac, I think I do get your expected results? Sampling the pixels in Acorn, I see #363636 (21%) and #d9d9d9 (85%).

    I wondered if your browser might be blending in linear rather than sRGB, for arguably visually better results. I don't think so, because your first example would then be more like 50% gray (but that's just based on plugging 0.21 into an SRGB converter so I might not have it quite right)

  2. @css html The one with these colors...
    ```
    --c1: #b2b2b2;
    --c2: #ffffff;
    --c3: #d9d9d9;
    ```
    ... and the four conic-gradient() calls followed by a linear-gradient() ...

    (I hope that's specific enough??)