Peas Please
#8c7f3c
Looking for the precise values behind Peas Please (#8c7f3c)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #8c7f3c | |
|---|---|---|
| RGB | rgb(140, 127, 60) | |
| HSL | hsl(50, 40%, 39%) | |
| CMYK | cmyk(0%, 9%, 57%, 45%) | |
| LAB | lab(53, -1, 38) | |
| OKLCH | oklch(0.59 0.089 99) |
Color harmonies
Tints & shades
Code snippets
color: #8c7f3c;
background-color: #8c7f3c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF8C7F3C)
/* Swift / UIKit */
UIColor(red: 0.55, green: 0.50, blue: 0.24, alpha: 1.0)