Broccoli
#87b364
Looking for the precise values behind Broccoli (#87b364)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #87b364 | |
|---|---|---|
| RGB | rgb(135, 179, 100) | |
| HSL | hsl(93, 34%, 55%) | |
| CMYK | cmyk(25%, 0%, 44%, 30%) | |
| LAB | lab(68, -26, 35) | |
| OKLCH | oklch(0.72 0.117 132) |
Color harmonies
Tints & shades
Code snippets
color: #87b364;
background-color: #87b364;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-emerald-500 /* ≈ #00bc7d */
/* Flutter */
Color(0xFF87B364)
/* Swift / UIKit */
UIColor(red: 0.53, green: 0.70, blue: 0.39, alpha: 1.0)