All Projects β†’ elm β†’ color

elm / color

Licence: BSD-3-Clause license
Standard representation of colors, encouraging sharing between packages.

Programming Languages

elm
856 projects

Projects that are alternatives of or similar to color

React Colorpickr
A themeable colorpicker with HSL and RGB support for React
Stars: ✭ 180 (+682.61%)
Mutual labels:  color, hsl, rgb
Color Fns
🎨 Modern JavaScript color utilities library
Stars: ✭ 65 (+182.61%)
Mutual labels:  color, hsl, rgb
colorsys.rs
Lib for modifying colors and converting to other spaces
Stars: ✭ 28 (+21.74%)
Mutual labels:  color, hsl, rgb
khroma
A collection of functions for manipulating CSS colors, inspired by SASS.
Stars: ✭ 28 (+21.74%)
Mutual labels:  color, hsl, rgb
Farge
🎈Tell the name of hex color
Stars: ✭ 23 (+0%)
Mutual labels:  color, hsl, rgb
tc-lib-color
PHP library to manipulate various color representations
Stars: ✭ 19 (-17.39%)
Mutual labels:  color, hsl, rgb
Culori
A comprehensive color library for JavaScript.
Stars: ✭ 271 (+1078.26%)
Mutual labels:  color, hsl, rgb
Colorhighlight
🎨 Lightweight Color Highlight colorizer for Sublime Text
Stars: ✭ 76 (+230.43%)
Mutual labels:  color, hsl, rgb
ColorTranslator
A JavaScript library, written in TypeScript, to convert among different color models
Stars: ✭ 34 (+47.83%)
Mutual labels:  color, hsl, rgb
ColorHelper
No description or website provided.
Stars: ✭ 34 (+47.83%)
Mutual labels:  color, hsl, rgb
Chromatism
🌈 A simple set of utility functions for colours.
Stars: ✭ 1,763 (+7565.22%)
Mutual labels:  color, hsl, rgb
Values.js
πŸ‡ Get the tints and shades of a color
Stars: ✭ 97 (+321.74%)
Mutual labels:  color, hsl, rgb
color
A library of well-tested helper methods for working with colors.
Stars: ✭ 13 (-43.48%)
Mutual labels:  color, hsl, rgb
Alfred-Colors-workflow
hex <=> rgb <=> hsl
Stars: ✭ 28 (+21.74%)
Mutual labels:  hsl, rgb
andColorPicker
Color picker library for Android
Stars: ✭ 233 (+913.04%)
Mutual labels:  hsl, rgb
ichiColor
Full features javascript color parser module, perfect work with vue.js; support RGB, HSL, HSV/HSB, HSL255, HSL240, HWB, XYZ, LAB, LUV, LHCab, xyY...
Stars: ✭ 23 (+0%)
Mutual labels:  color, hsl
colorsys
🎨 Minimalistic color converter for RGB, HSV, HSL, CMYK, HEX and CSS strings
Stars: ✭ 53 (+130.43%)
Mutual labels:  color, rgb
hcv-color
🌈 Color model HCV/HCG is an alternative to HSV and HSL, derived by Munsell color system, usable for Dark and Light themes... 🌈
Stars: ✭ 44 (+91.3%)
Mutual labels:  color, rgb
vscode-color
Helper with GUI to generate color codes such as CSS color notations.
Stars: ✭ 88 (+282.61%)
Mutual labels:  hsl, rgb
Color
A little library to deal with color conversions
Stars: ✭ 166 (+621.74%)
Mutual labels:  color, rgb

Colors

Convert between different color spaces.

Accessiblity

It is important that your colors look good for everyone! Here are some things to think about:

  • Color Blindness is when someone cannot distinguish certain colors easily. There are so many different types of color blindness that a good option is to offer a couple alternate color schemes and let folks choose what works for them.

  • Bad Contrast is when you have two different colors, but their percieved brightness is similar. This can make text really hard to read for some folks.

In both cases, the solution will be specific to your color scheme and the particulars of your design. For example, say your color scheme has two colors with bad contrast. If those colors are never used near each other, that is fine! But if one is text and the other is the background, that is a problem!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].