Jalapeño
#9a8d3f
Jalapeño, represented by the hex value #9a8d3f, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #9a8d3f | |
|---|---|---|
| RGB | rgb(154, 141, 63) | |
| HSL | hsl(51, 42%, 43%) | |
| CMYK | cmyk(0%, 8%, 59%, 40%) | |
| LAB | lab(59, -2, 42) | |
| OKLCH | oklch(0.64 0.1 100) |
Color harmonies
Tints & shades
Code snippets
color: #9a8d3f;
background-color: #9a8d3f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF9A8D3F)
/* Swift / UIKit */
UIColor(red: 0.60, green: 0.55, blue: 0.25, alpha: 1.0)