Acorn
#7f5e50
Looking for the precise values behind Acorn (#7f5e50)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #7f5e50 | |
|---|---|---|
| RGB | rgb(127, 94, 80) | |
| HSL | hsl(18, 23%, 41%) | |
| CMYK | cmyk(0%, 26%, 37%, 50%) | |
| LAB | lab(43, 12, 14) | |
| OKLCH | oklch(0.51 0.049 44) |
Color harmonies
Tints & shades
Code snippets
color: #7f5e50;
background-color: #7f5e50;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF7F5E50)
/* Swift / UIKit */
UIColor(red: 0.50, green: 0.37, blue: 0.31, alpha: 1.0)