Template documentation
This template generates a color swatch box floating to the right margin.
Parameters
- The color code in any notation supported by CSS.
- Height of the swatch box, defaults to 100 pixels.
- Width of the swatch box, defaults to 162 pixels.
- or title: The caption of the color box, defaults to the color code.
Examples
{{Swatch|Blue}}
{{Swatch|#FFFF00}}
{{Swatch|rgb(20%, 40%, 60%)}}
{{Swatch|rgba(20%, 40%, 60%, 80%)}}
{{Swatch|rgb(20% 40% 60% / 80%)}}
{{Swatch|hsl(210deg, 40%, 60%)}}
{{Swatch|hsl(3.66rad 40% 60%)}}
{{Swatch|hsl(0.6turn 40% 60%)}}
{{Swatch|hwb(210deg 40% 60%)}}
{{Swatch|Lab(20% 0.4 0.6)}}
{{Swatch|Lch(40% 0.6 210deg)}}
See also