Muddy Yellow
#bfac05
Muddy Yellow, represented by the hex value #bfac05, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #bfac05 | |
|---|---|---|
| RGB | rgb(191, 172, 5) | |
| HSL | hsl(54, 95%, 38%) | |
| CMYK | cmyk(0%, 10%, 97%, 25%) | |
| LAB | lab(70, -3, 71) | |
| OKLCH | oklch(0.74 0.153 101) |
Color harmonies
Tints & shades
Code snippets
color: #bfac05;
background-color: #bfac05;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFBFAC05)
/* Swift / UIKit */
UIColor(red: 0.75, green: 0.67, blue: 0.02, alpha: 1.0)