Pick Your Poison
#bff128
Pick Your Poison is a color with the hex code #bff128. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #bff128 | |
|---|---|---|
| RGB | rgb(191, 241, 40) | |
| HSL | hsl(75, 88%, 55%) | |
| CMYK | cmyk(21%, 0%, 83%, 5%) | |
| LAB | lab(89, -34, 80) | |
| OKLCH | oklch(0.89 0.212 124) |
Color harmonies
Tints & shades
Code snippets
color: #bff128;
background-color: #bff128;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFFBFF128)
/* Swift / UIKit */
UIColor(red: 0.75, green: 0.95, blue: 0.16, alpha: 1.0)