change colours to reflect RfC discussion

This contains a less hard orange and reflects the actual logo and CI colours better.

What should probably still be changed are the light blue, black and gray colours. I focused mainly on the "WTF-orange" and the dark blue, because they're the main two colours and are probably paired together the most. They have enough contrast to be distinguishable even by people with eye impairments and still don't burn your eyeballs due to the less pronounced brightness of the colours. The dark blue colour is based on the CIELab opposite to the WTF-orange colour.

Maybe we can even reduce the amount of colours since black and gray as well as light grey and white are pretty near together. Black and White could be set as alternatives to the gray and light grey colours for colour-reduced prints or plots.
This commit is contained in:
Helix 2021-03-19 20:55:20 +01:00
parent de7e508979
commit 5cb5968420
1 changed files with 9 additions and 9 deletions

View File

@ -16,15 +16,15 @@ Lato Font [als TrueType und Webfonts](https://www.latofonts.com/de/lato-free-fon
### Farben
| Farbe | RGB | CMYK | Kommentar |
|:------|----:|-----:|:----------|
| Orange | `F60` | `0, 60, 100, 0` |
| Hellblau | `2A7FFF` | `84, 50, 0, 0` |
| Dunkelblau | `003380` | `100, 60, 0, 50` | *Nur für den Rand. Zwingend erforderlich bei hellblauen auf orangen Elementen* |
| Schwarz | `000` | `0, 0, 0, 100` |
| Grau | `666` | `0, 0, 0, 60` |
| Hellgrau | `F2F2F2` | `0, 0, 0, 5` |
| Weiß | `FFF` | `0, 0, 0, 0` |
| Farbe | Kommentar | RGB | RGB (Hex) | CMYK | RAL | Pantone | Oracal |
|:------|:----------|----:|----------:|-----:|----:|--------:|-------:|
| Pastellorange | | `rgb(255, 116, 16)` | `#FF7410` | `0, 55, 94, 0` | `2003` | `164` | 751C `#35` |
| Hellblau | | | `#2A7FFF` | `84, 50, 0, 0` | | | |
| Dunkelblau | *Nur für den Rand. Zwingend erforderlich bei hellblauen auf orangen Elementen* | `66, 105, 140` | `#0162A4` | `70, 40, 10, 30` | `5023` | `5405` |
| Schwarz | | | `#000000` | `0, 0, 0, 100` | | | |
| Grau | | | `#666666` | `0, 0, 0, 60` | | | |
| Hellgrau | | | `#F2F2F2` | `0, 0, 0, 5` | | | |
| Weiß | | | `#FFFFFF` | `0, 0, 0, 0` | | | |
## Lizenz