Ash
#bebaa7
Here's everything about the color Ash (#bebaa7) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #bebaa7 | |
|---|---|---|
| RGB | rgb(190, 186, 167) | |
| HSL | hsl(50, 15%, 70%) | |
| CMYK | cmyk(0%, 2%, 12%, 25%) | |
| LAB | lab(75, -1, 10) | |
| OKLCH | oklch(0.79 0.027 97) |
Color harmonies
Tints & shades
Code snippets
color: #bebaa7;
background-color: #bebaa7;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFBEBAA7)
/* Swift / UIKit */
UIColor(red: 0.75, green: 0.73, blue: 0.65, alpha: 1.0)