Lemongrass
#999a86
Looking for the precise values behind Lemongrass (#999a86)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #999a86 | |
|---|---|---|
| RGB | rgb(153, 154, 134) | |
| HSL | hsl(63, 9%, 56%) | |
| CMYK | cmyk(1%, 0%, 13%, 40%) | |
| LAB | lab(63, -3, 10) | |
| OKLCH | oklch(0.68 0.029 109) |
Color harmonies
Tints & shades
Code snippets
color: #999a86;
background-color: #999a86;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF999A86)
/* Swift / UIKit */
UIColor(red: 0.60, green: 0.60, blue: 0.53, alpha: 1.0)