#rgb

[ follow ]
fromMail Online
5 days ago

What colour are the dots in this optical illusion?

'In this paper a novel optical illusion is described in which purple structures (dots) are perceived as purple at the point of fixation, while the surrounding structures (dots) of the same purple colour are perceived toward a blue hue.'
Science
#color-perception
Games
fromMail Online
1 week ago

How good is YOUR colour perception? Take deceptively difficult test

The 'What's My JND?' test challenges players to identify the smallest color difference between two shades.
Science
fromwww.scientificamerican.com
1 week ago

What color is this dot? New illusion demonstrates weird vision quirk

Color perception can change based on focus, as demonstrated by an illusion with purple dots appearing more purple when directly looked at.
Web development
fromUna
3 weeks ago

una.im | contrast-color() beyond black & white

contrast-color() returns black or white for maximum contrast, but workarounds using color-mix() and style queries enable custom color palette selection while maintaining accessibility.
Web design
fromMedium
3 weeks ago

The color statistic that's been wrong for 80 years

The commonly cited claim that humans can see between 1 million and 10 million colors lacks scientific precision and requires examination of what actually constitutes a distinguishable color.
fromdaverupert.com
2 months ago

Using your design system colors with contrast-color()

One predictable pain point with contrast-color() is that it only returns black and white named colors. From a design systems perspective, that's not ideal because you want your colors. You want your harmonious brand and the colors you and your team spent thousands of man hours in meetings deciding on. Those colors. In fact, an earlier version of Safari had color-contrast() (confusing I know, naming is hard) which allowed you to pass in a list of best candidates to choose from. I beleive that proposal got mired in standards discussions, color contrast algorithms, and competing proposals; and contrast-color() is what survived which got simplified down to a binary result.
Remodel
fromApartment Therapy
2 months ago

The "Color Echo" Method Is How Designers Make Bold Paint Look Amazing

Repeat a chosen color in at least two visible locations to make bold hues feel cohesive, curated, and prevent them from appearing random or tacky.
Marketing
fromForbes
2 months ago

The ROI Of Color: How Pantone Predicts Global Trends And Shapes Consumer Behavior

Color drives consumer decisions rapidly: within 90 seconds, color alone influences 90% of buying decisions and shapes brand equity, strategy, and psychology.
fromFast Company
2 months ago

Pantone just made a color matching starter kit for only $99

Its newest, though, is a single-fan book with more than 600 spot colors, and it's priced at just $99. Pantone for beginners. Pantone on Thursday announced its Pantone Capsule: Signature Edition. Housed in a collectible, cylindrical case that wouldn't look out of place in a Sephora, the guide is a sort of Pantone 101 that come on coated and uncoated paper stock with colors selected from across more than 60 years of Pantone history.
Design
fromCSS-Tricks
1 month ago

Approximating contrast-color() With Other CSS Features | CSS-Tricks

There have been a few drafts of a specification function for this functionality, most recently, contrast-color() (formerly color-contrast()) in the CSS Color Module Level 5 draft. But with Safari and Firefox being the only browsers that have implemented it so far, the final version of this functionality is likely still a ways off. There has been a lot of functionality added to CSS in the meantime; enough that I wanted to see whether we could implement it in a cross-browser friendly way today. Here's what I have: color: oklch(from <your color> round(1.21 - L) 0 0);
Web development
fromSmashing Magazine
2 months ago

Smashing Animations Part 8: Theming Animations Using CSS Relative Colour - Smashing Magazine

I've recently refreshed the animated graphics on my website with a new theme and a group of pioneering characters, putting into practice plenty of the techniques I shared in this series. A few of my animations change appearance when someone interacts with them or at different times of day. The colours in the graphic atop my blog pages change from morning until night every day.
Web design
[ Load more ]