# skydoves/ColorPickerView

🎨 Android colorpicker for getting colors from any images by tapping on the desired color.

Repository: https://github.com/skydoves/ColorPickerView
Canonical: https://ross.abutalabs.com/products/colorpickerview
Homepage: https://skydoves.github.io/ColorPickerView/
Language: Java
License: Apache-2.0
License Family: permissive
Topics: android-library, colorpicker, color-picker, colorpickerview, colorpickerdialog, android, argb, android-ui, skydoves
Last push: 2026-02-05T18:44:46+00:00

## Health v2 (maintenance only)
Score: 61/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 66, release rhythm 33, longevity 100
- inputs: {"age_days": 3467, "days_push": 209, "days_rel": 235, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1710, forks 229 (observed 2026-08-28T04:05:25.705174+00:00)

## What it is
ColorPickerView is an Android UI library that lets users pick colors by tapping on an HSV color wheel, custom drawable palettes, or gallery images, returning color values as integers, hex codes, or ARGB arrays. It includes alpha and brightness sliders, a built-in ColorPickerDialog, flag views, and state save/restore support.

## Use cases
- pick a color from an image in an android app
- add a color picker dialog to my android ui
- get hex color code from user tap on a palette
- let users adjust color alpha and brightness with sliders
- extract a color from a gallery photo
- save and restore the user's selected color across sessions

## When to choose
- building a native Android (View-based) app that needs color selection from palettes or images
- you want a ready-made color picker dialog with alpha and brightness sliders
- you need to sample colors from arbitrary drawables or gallery pictures

## When to avoid
- building a Jetpack Compose app (use colorpicker-compose instead)
- you need a cross-platform or web color picker
- your project targets Android below API 21

## Facets
- artifact type: library
- maturity: stable
- function: ui-components, image-processing
- domain: mobile-development, android-tools, graphics
- platform: -
- tags: color-picker, android-library, hsv, argb, color-dialog, jetpack-compose-alternative, android, mobile

## Member repositories
- skydoves/ColorPickerView (main) score 61

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:25.705174+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:35:14.350887+00:00, confidence not recorded.
  - readme: https://github.com/skydoves/ColorPickerView (fetched 2026-08-28T04:05:25.705174+00:00, sha dc2d8a1614e5)
  - homepage: https://skydoves.github.io/ColorPickerView/ (fetched 2026-08-29T11:11:08.801070+00:00, sha a940ef3af810)
- Data as of 2026-08-30T08:39:29.467469+00:00.
