Pisco Sour
#beeb71
Looking for the precise values behind Pisco Sour (#beeb71)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #beeb71 | |
|---|---|---|
| RGB | rgb(190, 235, 113) | |
| HSL | hsl(82, 75%, 68%) | |
| CMYK | cmyk(19%, 0%, 52%, 8%) | |
| LAB | lab(88, -29, 53) | |
| OKLCH | oklch(0.88 0.158 126) |
Color harmonies
Tints & shades
Code snippets
color: #beeb71;
background-color: #beeb71;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFFBEEB71)
/* Swift / UIKit */
UIColor(red: 0.75, green: 0.92, blue: 0.44, alpha: 1.0)