Windy Meadow
#b0a676
Looking for the precise values behind Windy Meadow (#b0a676)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #b0a676 | |
|---|---|---|
| RGB | rgb(176, 166, 118) | |
| HSL | hsl(50, 27%, 58%) | |
| CMYK | cmyk(0%, 6%, 33%, 31%) | |
| LAB | lab(68, -2, 26) | |
| OKLCH | oklch(0.72 0.066 98) |
Color harmonies
Tints & shades
Code snippets
color: #b0a676;
background-color: #b0a676;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFB0A676)
/* Swift / UIKit */
UIColor(red: 0.69, green: 0.65, blue: 0.46, alpha: 1.0)