🎨

Color & Design Cheatsheet

HEX, RGB, HSL, WCAG contrast ratios, common named CSS colors reference.

Color Format Reference

FormatExampleRangeNotes
HEX#3A5FCD#000000–#FFFFFFMost common in CSS. 6 or 3 chars.
HEX + Alpha#3A5FCD80#00000000–#FFFFFFFF80 = 50% opacity in hex
RGBrgb(58, 95, 205)0–255 per channelAdditive color model
RGBArgba(58,95,205,0.5)0–255, alpha 0–1With transparency
HSLhsl(228, 57%, 52%)H:0-360, S/L:0-100%Hue, Saturation, Lightness
HSLAhsla(228,57%,52%,0.5)H:0-360, S/L:0-100%, A:0-1With transparency
HWBhwb(228 10% 20%)H:0-360, W/B:0-100%CSS Color 4
LCHlch(45 60 228)L:0-100, C:0-150, H:0-360Perceptually uniform

WCAG Contrast Ratios

LevelMin RatioApplies To
AA — Normal text4.5:1Text under 18pt (or 14pt bold)
AA — Large text3:1Text 18pt+ (or 14pt+ bold)
AA — UI components3:1Input borders, focus rings, icons
AAA — Normal text7:1Enhanced accessibility
AAA — Large text4.5:1Enhanced large text

Contrast ratio of 1:1 = no contrast; 21:1 = black on white (maximum).

Named CSS Colors — Common Picks

crimson
tomato
darkorange
gold
forestgreen
steelblue
slateblue
orchid
coral
teal
navy
dimgray
← All Cheatsheets