RobloxUIRobloxUI
BrowseDocsPricingSubmit
/
/
RobloxUIRobloxUI — Roblox UI Components Marketplace
DocsSitemapTermsPrivacyCookiesSettingsPerformance
Color Picker — RobloxUI
  1. Home
  2. /
  3. Buttons
  4. /
  5. Color Picker
Booting Luau VM…

Install with the CLI

Add Color Picker to your Roblox project in one command. Requires Node 18+ and a Roblox project — run robloxui init first if you don't have one yet. See the docs.

bashnpx robloxui add color-picker

First time? Start with the documentation.

Import

tsx
import { Color Picker } from "./src/client/ui/components/color-picker";

Usage

tsx
<ColorPicker onChange={(c) => print(c)} />

Color Picker

TSX + LuauFree

A full HSV color picker with hue slider, saturation/value canvas, hex input, and recent colors palette. Emits color change events on drag.

by RobloxUI Team

View Source

Details

AuthorRobloxUI Team
FrameworkRoblox-TS + React-Luau
CategoryButtons
Dependencies@rbxts/react
Theme Tokenscolors.bgSecondary, radius.md, radius.lg
Last Updated
July 31, 2026