Untuk Desainer
Dapatkan kode hex yang tepat dari logo merek, gambar papan suasana hati, atau foto inspiratif dengan cepat. Bangun palet warna Anda dengan presisi piksel sempurna.
Pilih warna dari gambar apa pun atau dari layar Anda dengan pemilih warna online gratis kami. Dapatkan kode HEX, RGB, dan HSL secara instan. 100% pribadi dan berfungsi di browser Anda.
A color picker extracts color values from images or your screen, returning HEX, RGB, and HSL codes for any pixel you click. It uses the browser's Canvas API to read pixel data from uploaded images, and the EyeDropper API (Chrome, Edge) to capture colors from anywhere on your screen. All processing happens locally -- no images or color data are transmitted.
Upload an image or use the system-wide eyedropper to capture any pixel on your screen. Get HEX, RGB, and HSL instantly — all locally in your browser.
Unggah gambar atau gunakan tombol 'Pilih dari Layar'.
Arahkan kursor ke gambar Anda untuk melihat pratinjau, lalu klik untuk mengambil warna.
Warna ditambahkan ke riwayat Anda. Klik untuk menyalin nilai HEX, RGB, atau HSL-nya.
Dapatkan kode hex yang tepat dari logo merek, gambar papan suasana hati, atau foto inspiratif dengan cepat. Bangun palet warna Anda dengan presisi piksel sempurna.
Ekstrak nilai warna dari mockup UI (JPG atau PNG) untuk digunakan langsung di CSS atau kode aplikasi Anda. Dapatkan nilai RGB untuk pengembangan asli atau HEX untuk penataan gaya web.
Digital displays reproduce colors using the RGB (Red, Green, Blue) additive color model. Each pixel on a screen is composed of three subpixels -- red, green, and blue -- each of which can be set to 256 brightness levels (0-255). By combining these three channels, a standard display can produce 16.7 million colors (256^3). The color value you pick from an image or screen is the RGB triplet of that specific pixel, which can be expressed in multiple notations: HEX (#00BFA5), RGB (rgb(0, 191, 165)), or HSL (hsl(174, 100%, 37%)).
When you pick a color from an image using our tool, the browser's Canvas API reads the pixel data at the click position using getImageData(). This returns a Uint8ClampedArray containing the RGBA values (red, green, blue, alpha) of the pixel. The alpha channel (0-255) represents transparency --0 is fully transparent, 255 is fully opaque. The tool then converts the RGB values to HEX and HSL for display. For screen-wide color picking, the EyeDropper API captures a single pixel's color from anywhere on your display, including other browser tabs and desktop applications.
Color spaces matter when picking colors for different purposes. The sRGB color space is the standard for web design -- it's what browsers, CSS, and HTML use. However, many modern displays support wider color gamuts (Adobe RGB, Display P3) that can show more saturated colors than sRGB. When you pick a color from a P3-display image, the browser may report P3 values that are out of sRGB gamut. For web design, always work in sRGB to ensure consistent color across devices. For print design, consider converting to CMYK using a dedicated print color management tool.
Designers use color pickers in several workflows: extracting brand colors from a logo image, building a color palette from a photograph, matching colors between a design mockup and a live website, and capturing inspiration colors from anywhere on screen. The EyeDropper API is particularly powerful for the last use case -- you can pick a color from a design in Figma, a color from a website in another tab, or even a color from a desktop application, without taking a screenshot first.
Saat membangun palet warna dari gambar, pilih 3-5 warna yang mewakili nada dominan. Mulailah dengan warna yang paling umum, lalu tambahkan warna aksen yang melengkapi. Hindari memilih terlalu banyak warna — palet yang lebih kecil lebih mudah dikelola dan terlihat lebih kohesif. Gunakan alat generator palet kami untuk mengekstrak warna secara otomatis.
Contoh: #00BFA5. Format paling umum untuk warna web. Kode enam digit yang mewakili campuran Merah, Hijau, dan Biru.
Contoh: rgb(0, 191, 165). Mendefinisikan intensitas komponen cahaya merah, hijau, dan biru (0-255).
Contoh: hsl(174, 100%, 37%). Lebih intuitif bagi manusia. Rona adalah jenis warna, Saturasi adalah intensitas, dan Kecerahan adalah kecerahan.
Perbandingan langsung alat pemilih warna populer.
| Fitur | NovaTools | ImageColorPicker.com | ColorHexa |
|---|---|---|---|
| Pick from image | Canvas API | ||
| Pick from screen | EyeDropper API | ||
| HEX + RGB + HSL output | All three | HEX only | |
| Riwayat warna | Tak terbatas | ||
| Privasi (tanpa unggah) | 100% lokal | Uploads image | |
| Berfungsi offline |
Most online color pickers require uploading your image to their server. Our tool reads pixel data directly from the Canvas API in your browser -- your images never leave your device. The EyeDropper API enables screen-wide color capture, which server-based tools cannot offer.
Alat ini berjalan sepenuhnya di browser Anda. File Anda tidak diunggah, disimpan, atau dianalisis.
Bahkan jika koneksi internet Anda terputus, file Anda tetap aman.
Pelajari cara mengubah warna antara HEX, RGB, dan HSL. Pahami kapan memakai masing-masing format, perbedaan RGB vs HSL, dan tips CSS color-mix. 100% sisi klien.
Pelajari dasar-dasar aksesibilitas web dan kontras warna. Pahami peringkat WCAG (AA vs. AAA) dan gunakan pemeriksaan cepat serta perbaikan praktis kami untuk membuat UI Anda dapat dibaca oleh semua orang.
Pelajari cara menulis teks alt yang efektif untuk e-commerce. Panduan kami menyediakan pola praktis dan contoh untuk gambar produk, membantu Anda meningkatkan SEO dan aksesibilitas.