# yellow

**Kind:** Constant

**Source:** [`packages/common/utils/cli-colors.util.ts`](https://github.com/nestjs/nest/blob/master/packages/common/utils/cli-colors.util.ts#L15)

**Part of:** [Common](subsystem-packages-common)

## Definition

```ts
colorIfAllowed(
  (text: string) => `\x1B[38;5;3m${text}\x1B[39m`,
)
```

## Value

```ts
colorIfAllowed(
  (text: string) => `\x1B[38;5;3m${text}\x1B[39m`,
)
```
