Basil
#879f84
Here's everything about the color Basil (#879f84) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #879f84 | |
|---|---|---|
| RGB | rgb(135, 159, 132) | |
| HSL | hsl(113, 12%, 57%) | |
| CMYK | cmyk(15%, 0%, 17%, 38%) | |
| LAB | lab(63, -13, 11) | |
| OKLCH | oklch(0.68 0.047 142) |
Color harmonies
Tints & shades
Code snippets
color: #879f84;
background-color: #879f84;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF879F84)
/* Swift / UIKit */
UIColor(red: 0.53, green: 0.62, blue: 0.52, alpha: 1.0)