Cabbage
#87d7be
Cabbage is a color with the hex code #87d7be. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #87d7be | |
|---|---|---|
| RGB | rgb(135, 215, 190) | |
| HSL | hsl(161, 50%, 69%) | |
| CMYK | cmyk(37%, 0%, 12%, 16%) | |
| LAB | lab(80, -30, 4) | |
| OKLCH | oklch(0.82 0.087 172) |
Color harmonies
Tints & shades
Code snippets
color: #87d7be;
background-color: #87d7be;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF87D7BE)
/* Swift / UIKit */
UIColor(red: 0.53, green: 0.84, blue: 0.75, alpha: 1.0)