Reading Tea Leaves
#7d5d5e
Here's everything about the color Reading Tea Leaves (#7d5d5e) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #7d5d5e | |
|---|---|---|
| RGB | rgb(125, 93, 94) | |
| HSL | hsl(358, 15%, 43%) | |
| CMYK | cmyk(0%, 26%, 25%, 51%) | |
| LAB | lab(43, 14, 5) | |
| OKLCH | oklch(0.51 0.042 17) |
Color harmonies
Tints & shades
Code snippets
color: #7d5d5e;
background-color: #7d5d5e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF7D5D5E)
/* Swift / UIKit */
UIColor(red: 0.49, green: 0.36, blue: 0.37, alpha: 1.0)