Connection check
verified live · 27h ago
lazymac2x-color-palette
Cloudflare Workers MCP server: color-palette
Tools
7
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http
Last checked
27h ago
Tools & capabilities
7 toolsRead from the running server on 27h ago.
check_contrast
background*foreground*
Check WCAG 2.1 contrast ratio between foreground and background colors. Returns ratio and AA/AAA pass/fail for both normal and large text. Check WCAG 2.1 contrast ratio between foreground and background colors. Returns ratio and AA/AAA pass/fail for both normal and large text.
color_harmony
type*color*count
Generate a set of harmonious colors from a base hex color. Harmony types: complementary, analogous, triadic, split, tetradic, monochromatic. Generate a set of harmonious colors from a base hex color. Harmony types: complementary, analogous, triadic, split, tetradic, monochromatic.
convert_color
color*
Convert a hex color to HEX, RGB, HSL, and CMYK formats. Input: hex string with or without # (e.g. "ff5733"). Convert a hex color to HEX, RGB, HSL, and CMYK formats. Input: hex string with or without # (e.g. "ff5733").
generate_css
namecolors*
Generate CSS :root custom properties from a list of hex colors. Returns a ready-to-paste CSS block. Generate CSS :root custom properties from a list of hex colors. Returns a ready-to-paste CSS block.
generate_gradient
stepscolor1*color2*
Generate an interpolated gradient between two hex colors. Returns color stops and a ready-to-use CSS linear-gradient string. Generate an interpolated gradient between two hex colors. Returns color stops and a ready-to-use CSS linear-gradient string.
generate_tailwind
namecolors*
Generate a Tailwind CSS color config object. Colors are mapped to standard shades (50, 100, 200 … 900) in order. Paste the result into tailwind.config.js theme.extend.colors. Generate a Tailwind CSS color config object. Colors are mapped to standard shades (50, 100, 200 … 900) in order. Paste the result into tailwind.config.js theme.extend.colors.
random_palette
count